SaaS CMS has officially launched! Learn more now.

Class ExpressionDto.ExpressionRow

Represents strongly named DataRow class.

Inheritance
System.Object
ExpressionDto.ExpressionRow
Namespace: Mediachase.Commerce.Marketing.Dto
Assembly: Mediachase.Commerce.dll
Version: 11.8.3
Syntax
public class ExpressionRow : DataRow

Properties

Category

Declaration
public string Category { get; set; }
Property Value
Type Description
System.String

Created

Declaration
public DateTime Created { get; set; }
Property Value
Type Description
System.DateTime

Description

Declaration
public string Description { get; set; }
Property Value
Type Description
System.String

ExpressionId

Declaration
public int ExpressionId { get; set; }
Property Value
Type Description
System.Int32

ExpressionXml

Declaration
public string ExpressionXml { get; set; }
Property Value
Type Description
System.String

Modified

Declaration
public DateTime Modified { get; set; }
Property Value
Type Description
System.DateTime

ModifiedBy

Declaration
public string ModifiedBy { get; set; }
Property Value
Type Description
System.String

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

Methods

IsDescriptionNull()

Declaration
public bool IsDescriptionNull()
Returns
Type Description
System.Boolean

IsModifiedByNull()

Declaration
public bool IsModifiedByNull()
Returns
Type Description
System.Boolean

IsModifiedNull()

Declaration
public bool IsModifiedNull()
Returns
Type Description
System.Boolean

SetDescriptionNull()

Declaration
public void SetDescriptionNull()

SetModifiedByNull()

Declaration
public void SetModifiedByNull()

SetModifiedNull()

Declaration
public void SetModifiedNull()