Class DocumentAddTriggerCriteria
This class represents the EntityModel interface to the CmDocScheduleCriteria database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Crm
Assembly: Cmc.Nexus.Models.dll
Syntax
public class DocumentAddTriggerCriteria
Constructors
DocumentAddTriggerCriteria()
Declaration
public DocumentAddTriggerCriteria()
Properties
CreatedDate
Gets or sets the CreatedDate associated with this DocumentAddTriggerCriteria.
Declaration
public DateTime CreatedDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDate. |
CriteriaCodeValue
Gets or sets the CriteriaCodeValue associated with this DocumentAddTriggerCriteria.
Declaration
public string CriteriaCodeValue { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CriteriaCodeValue. |
CriteriaIdValue
Gets or sets the CriteriaIdValue associated with this DocumentAddTriggerCriteria.
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 DocumentAddTriggerCriteria.
Declaration
public int DocumentAddTriggerId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The DocumentAddTriggerId. |
Id
Gets or sets the Id associated with this DocumentAddTriggerCriteria.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDate
Gets or sets the LastModifiedDate associated with this DocumentAddTriggerCriteria.
Declaration
public DateTime LastModifiedDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDate. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this DocumentAddTriggerCriteria.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
TaskDocumentScheduleEventTriggerId
Gets or sets the TaskDocumentScheduleEventTriggerId associated with this DocumentAddTriggerCriteria.
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()
SetupFluentMappings(DbModelBuilder)
Any type of relationship that can't be inferred from the entity annotations must be done by hand using the Fluent api. Handle those relationships here.
Declaration
public static void SetupFluentMappings(DbModelBuilder modelBuilder)
Parameters
Type | Name | Description |
---|---|---|
System.Data.Entity.DbModelBuilder | modelBuilder | The DbModelBuilder that has all of the model entities. |