Class TaskTypeEntity
This class represents the EntityModel interface to the cmEventType database table.
Inheritance
System.Object
TaskTypeEntity
Implements
Cmc.Core.ComponentModel.IIdentifiable
Cmc.Core.ComponentModel.IAuditable
Assembly: Cmc.Nexus.Crm.Contracts.dll
Syntax
public class TaskTypeEntity : Entity, IIdentifiable, IAuditable
Constructors
TaskTypeEntity()
Declaration
Fields
CodeAsEmailStaff
Declaration
public static readonly string CodeAsEmailStaff
Field Value
Type |
Description |
System.String |
|
CodeAsEmailStudent
Declaration
public static readonly string CodeAsEmailStudent
Field Value
Type |
Description |
System.String |
|
CodeAsEmailToEmployer
Declaration
public static readonly string CodeAsEmailToEmployer
Field Value
Type |
Description |
System.String |
|
CodeAsEmailToOrganization
Declaration
public static readonly string CodeAsEmailToOrganization
Field Value
Type |
Description |
System.String |
|
CodeAsIncident
Declaration
public static readonly string CodeAsIncident
Field Value
Type |
Description |
System.String |
|
CodeAsIncomingPhoneCall
Declaration
public static readonly string CodeAsIncomingPhoneCall
Field Value
Type |
Description |
System.String |
|
CodeAsJobNotificationAlert
Declaration
public static readonly string CodeAsJobNotificationAlert
Field Value
Type |
Description |
System.String |
|
CodeAsJobNotificationEMail
Declaration
public static readonly string CodeAsJobNotificationEMail
Field Value
Type |
Description |
System.String |
|
CodeAsLetter
Declaration
public static readonly string CodeAsLetter
Field Value
Type |
Description |
System.String |
|
CodeAsLoanManagementLetter
Declaration
public static readonly string CodeAsLoanManagementLetter
Field Value
Type |
Description |
System.String |
|
CodeAsMeeting
Declaration
public static readonly string CodeAsMeeting
Field Value
Type |
Description |
System.String |
|
CodeAsMessage
Declaration
public static readonly string CodeAsMessage
Field Value
Type |
Description |
System.String |
|
CodeAsOtherTask
Declaration
public static readonly string CodeAsOtherTask
Field Value
Type |
Description |
System.String |
|
CodeAsOutgoingPhoneCall
Declaration
public static readonly string CodeAsOutgoingPhoneCall
Field Value
Type |
Description |
System.String |
|
CodeAsSms
Declaration
public static readonly string CodeAsSms
Field Value
Type |
Description |
System.String |
|
CodeAsStudentAlert
Declaration
public static readonly string CodeAsStudentAlert
Field Value
Type |
Description |
System.String |
|
CodeAsWaitListEmailToStudent
Declaration
public static readonly string CodeAsWaitListEmailToStudent
Field Value
Type |
Description |
System.String |
|
CodeAsWaitListWebAlertToStudent
Declaration
public static readonly string CodeAsWaitListWebAlertToStudent
Field Value
Type |
Description |
System.String |
|
CodeProperty
Declaration
public static readonly EntityProperty CodeProperty
Field Value
Type |
Description |
Cmc.Core.EntityModel.EntityProperty |
|
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type |
Description |
Cmc.Core.EntityModel.EntityProperty |
|
IdProperty
Declaration
public static readonly EntityProperty IdProperty
Field Value
Type |
Description |
Cmc.Core.EntityModel.EntityProperty |
|
IsActiveProperty
Declaration
public static readonly EntityProperty IsActiveProperty
Field Value
Type |
Description |
Cmc.Core.EntityModel.EntityProperty |
|
IsSystemCodeProperty
The IsSystemCode property.
Declaration
public static readonly EntityProperty IsSystemCodeProperty
Field Value
Type |
Description |
Cmc.Core.EntityModel.EntityProperty |
|
LastModifiedDateTimeProperty
The LastModifiedDateTime property.
Declaration
public static readonly EntityProperty LastModifiedDateTimeProperty
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 |
|
NameProperty
Declaration
public static readonly EntityProperty NameProperty
Field Value
Type |
Description |
Cmc.Core.EntityModel.EntityProperty |
|
PostToProperty
Declaration
public static readonly EntityProperty PostToProperty
Field Value
Type |
Description |
Cmc.Core.EntityModel.EntityProperty |
|
ResultEvent
Declaration
public static readonly string ResultEvent
Field Value
Type |
Description |
System.String |
|
RowVersionProperty
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type |
Description |
Cmc.Core.EntityModel.EntityProperty |
|
StatusChangeEvent
Declaration
public static readonly string StatusChangeEvent
Field Value
Type |
Description |
System.String |
|
TaskTypeCategoryProperty
The TaskTypeCategory property.
Declaration
public static readonly EntityProperty TaskTypeCategoryProperty
Field Value
Type |
Description |
Cmc.Core.EntityModel.EntityProperty |
|
Properties
Code
Gets or sets the Code associated with this TaskTypeEntity.
Declaration
public string Code { get; set; }
Property Value
Type |
Description |
System.String |
The Code.
|
CreatedDateTime
Gets or sets the CreatedDateTime associated with this TaskTypeEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type |
Description |
System.DateTime |
The CreatedDateTime.
|
Id
Gets or sets the Id associated with this TaskTypeEntity.
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
The Id.
|
IsActive
Gets or sets the IsActive associated with this TaskTypeEntity.
Declaration
public bool IsActive { get; set; }
Property Value
Type |
Description |
System.Boolean |
The IsActive.
|
IsSystemCode
Gets or sets the IsSystemCode associated with this TaskTypeEntity.
Declaration
public bool IsSystemCode { get; set; }
Property Value
Type |
Description |
System.Boolean |
The IsSystemCode.
|
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this TaskTypeEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type |
Description |
System.DateTime |
The LastModifiedDateTime.
|
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this TaskTypeEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type |
Description |
System.Int32 |
The LastModifiedUserId.
|
Name
Gets or sets the Name associated with this TaskTypeEntity.
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
The Name.
|
PostTo
Gets or sets the PostTo associated with this TaskTypeEntity.
Declaration
public string PostTo { get; set; }
Property Value
Type |
Description |
System.String |
The PostTo.
|
RowVersion
Gets or sets the RowVersion associated with this TaskTypeEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type |
Description |
System.Byte[] |
The RowVersion.
|
TaskTypeCategory
Gets or sets the TaskTypeCategory associated with this TaskTypeEntity.
Declaration
public string TaskTypeCategory { get; set; }
Property Value
Type |
Description |
System.String |
The TaskTypeCategory.
|
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()
Implements
Cmc.Core.ComponentModel.IIdentifiable
Cmc.Core.ComponentModel.IAuditable