Class SettingsDto.CommonSettingsRow
Represents strongly named DataRow class.
Inheritance
System.Object
SettingsDto.CommonSettingsRow
Assembly: Mediachase.Commerce.dll
Version: 12.17.2
public class CommonSettingsRow : DataRow
Properties
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int SettingId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public string Value { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
Declaration
public bool IsValueNull()
Returns
Type |
Description |
System.Boolean |
|
Declaration
public void SetValueNull()