Class SettingsDto.CommonSettingsRow
Represents strongly named DataRow class.
Inheritance
System.Object
SettingsDto.CommonSettingsRow
Assembly: Mediachase.Commerce.dll
Version: 10.8.0
public class CommonSettingsRow : DataRow
Properties
Declaration
public Guid ApplicationId { get; set; }
Property Value
Type |
Description |
System.Guid |
|
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()