Class DocumentAddTriggerCriteriaEntity
This class represents the EntityModel interface to the CmDocScheduleCriteria database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Crm.Entities
Assembly: Cmc.Nexus.Crm.Contracts.dll
Syntax
public class DocumentAddTriggerCriteriaEntity : Entity, IIdentifiable
Constructors
DocumentAddTriggerCriteriaEntity()
Declaration
public DocumentAddTriggerCriteriaEntity()
Fields
CreatedDateProperty
The CreatedDate property.
Declaration
public static readonly EntityProperty CreatedDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CriteriaCodeValueProperty
The CriteriaCodeValue property.
Declaration
public static readonly EntityProperty CriteriaCodeValueProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CriteriaIdValueProperty
The CriteriaIdValue property.
Declaration
public static readonly EntityProperty CriteriaIdValueProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DocumentAddTriggerIdProperty
The DocumentAddTriggerId property.
Declaration
public static readonly EntityProperty DocumentAddTriggerIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IdProperty
The Id property.
Declaration
public static readonly EntityProperty IdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedDateProperty
The LastModifiedDate property.
Declaration
public static readonly EntityProperty LastModifiedDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedUserIdProperty
The LastModifiedUserId property.
Declaration
public static readonly EntityProperty LastModifiedUserIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TaskDocumentScheduleEventTriggerIdProperty
The TaskDocumentScheduleEventTriggerId property.
Declaration
public static readonly EntityProperty TaskDocumentScheduleEventTriggerIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
CreatedDate
Gets or sets the CreatedDate associated with this DocumentAddTriggerCriteriaEntity.
Declaration
public DateTime CreatedDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDate. |
CriteriaCodeValue
Gets or sets the CriteriaCodeValue associated with this DocumentAddTriggerCriteriaEntity.
Declaration
public string CriteriaCodeValue { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CriteriaCodeValue. |
CriteriaIdValue
Gets or sets the CriteriaIdValue associated with this DocumentAddTriggerCriteriaEntity.
Declaration
public int? CriteriaIdValue { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CriteriaIdValue. |
DocumentAddTriggerId
Gets or sets the DocumentAddTriggerId associated with this DocumentAddTriggerCriteriaEntity.
Declaration
public int DocumentAddTriggerId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The DocumentAddTriggerId. |
Id
Gets or sets the Id associated with this DocumentAddTriggerCriteriaEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDate
Gets or sets the LastModifiedDate associated with this DocumentAddTriggerCriteriaEntity.
Declaration
public DateTime LastModifiedDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDate. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this DocumentAddTriggerCriteriaEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
RowVersion
Gets or sets the RowVersion associated with this DocumentAddTriggerCriteriaEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
TaskDocumentScheduleEventTriggerId
Gets or sets the TaskDocumentScheduleEventTriggerId associated with this DocumentAddTriggerCriteriaEntity.
Declaration
public int TaskDocumentScheduleEventTriggerId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The TaskDocumentScheduleEventTriggerId. |
Methods
GeneratedInitializer()
This is the auto-generated initializer that knows how to deal with any relationship initialization for auto-generated relationships.
Declaration
public void GeneratedInitializer()