Class TaskDocumentScheduleEventTrigger
This class represents the EntityModel interface to the cmObjectEvent database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Crm
Assembly: Cmc.Nexus.Models.dll
Syntax
public class TaskDocumentScheduleEventTrigger
Constructors
TaskDocumentScheduleEventTrigger()
Declaration
public TaskDocumentScheduleEventTrigger()
Properties
Code
Gets or sets the Code associated with this TaskDocumentScheduleEventTrigger.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
CodeLength
Gets or sets the CodeLength associated with this TaskDocumentScheduleEventTrigger.
Declaration
public byte? CodeLength { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Byte> | The CodeLength. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this TaskDocumentScheduleEventTrigger.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DataFile
Gets or sets the DataFile associated with this TaskDocumentScheduleEventTrigger.
Declaration
public string DataFile { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DataFile. |
DataFileColumn
Gets or sets the DataFileColumn associated with this TaskDocumentScheduleEventTrigger.
Declaration
public string DataFileColumn { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DataFileColumn. |
DataType
Gets or sets the DataType associated with this TaskDocumentScheduleEventTrigger.
Declaration
public string DataType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DataType. |
Id
Gets or sets the Id associated with this TaskDocumentScheduleEventTrigger.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IdColumn
Gets or sets the IdColumn associated with this TaskDocumentScheduleEventTrigger.
Declaration
public string IdColumn { get; set; }
Property Value
Type | Description |
---|---|
System.String | The IdColumn. |
IsActive
Gets or sets the IsActive associated with this TaskDocumentScheduleEventTrigger.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
IsSystemCode
Gets or sets the IsSystemCode associated with this TaskDocumentScheduleEventTrigger.
Declaration
public bool IsSystemCode { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsSystemCode. |
IsTriggerAllowedOnAnyChange
Gets or sets the IsTriggerAllowedOnAnyChange associated with this TaskDocumentScheduleEventTrigger.
Declaration
public bool IsTriggerAllowedOnAnyChange { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsTriggerAllowedOnAnyChange. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this TaskDocumentScheduleEventTrigger.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this TaskDocumentScheduleEventTrigger.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Name
Gets or sets the Name associated with this TaskDocumentScheduleEventTrigger.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
StatusFile
Gets or sets the StatusFile associated with this TaskDocumentScheduleEventTrigger.
Declaration
public string StatusFile { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StatusFile. |
TaskDocumentScheduleBasedOnEntity
Declaration
public virtual TaskDocumentScheduleBasedOnEntity TaskDocumentScheduleBasedOnEntity { get; set; }
Property Value
Type | Description |
---|---|
TaskDocumentScheduleBasedOnEntity |
TaskDocumentScheduleBasedOnEntityId
Gets or sets the TaskDocumentScheduleBasedOnEntityId associated with this TaskDocumentScheduleEventTrigger.
Declaration
public int TaskDocumentScheduleBasedOnEntityId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The TaskDocumentScheduleBasedOnEntityId. |
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. |