Class ExpressionDto.ExpressionRow
Represents strongly named DataRow class.
Inheritance
System.Object
ExpressionDto.ExpressionRow
Assembly: Mediachase.Commerce.dll
Version: 12.17.2
public class ExpressionRow : DataRow
Properties
Declaration
public string Category { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public DateTime Created { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int ExpressionId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public string ExpressionXml { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public DateTime Modified { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Declaration
public string ModifiedBy { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
Declaration
public bool IsDescriptionNull()
Returns
Type |
Description |
System.Boolean |
|
Declaration
public bool IsModifiedByNull()
Returns
Type |
Description |
System.Boolean |
|
Declaration
public bool IsModifiedNull()
Returns
Type |
Description |
System.Boolean |
|
Declaration
public void SetDescriptionNull()
Declaration
public void SetModifiedByNull()
Declaration
public void SetModifiedNull()