Class DocumentTypeEntity
This class represents the EntityModel interface to the CmDocType database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Crm.Entities
Assembly: Cmc.Nexus.Crm.Contracts.dll
Syntax
public class DocumentTypeEntity : Entity, IIdentifiable, IAuditable, IDynamicCampusListEntity
Constructors
DocumentTypeEntity()
Declaration
public DocumentTypeEntity()
Fields
AgenciesProperty
The Agencies property.
Declaration
public static readonly EntityProperty AgenciesProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CalculateDueDateDaysProperty
The CalculateDueDateDays property.
Declaration
public static readonly EntityProperty CalculateDueDateDaysProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CalculateDueDateTypeProperty
The CalculateDueDateType property.
Declaration
public static readonly EntityProperty CalculateDueDateTypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CampusGroupIdProperty
The CampusGroupId property.
Declaration
public static readonly EntityProperty CampusGroupIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CodeProperty
The Code property.
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 |
DefaultCmDocStatusIdProperty
The DefaultCmDocStatusId property.
Declaration
public static readonly EntityProperty DefaultCmDocStatusIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DirectionTypeProperty
The DirectionType property.
Declaration
public static readonly EntityProperty DirectionTypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DownloadDocumentNameProperty
The DownloadDocumentName property.
Declaration
public static readonly EntityProperty DownloadDocumentNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ElectronicDocsProperty
The ElectronicDocs property.
Declaration
public static readonly EntityProperty ElectronicDocsProperty
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 |
ImageNowDocDescProperty
The ImageNowDocDesc property.
Declaration
public static readonly EntityProperty ImageNowDocDescProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IntegrateToCrmProperty
The IntegrateToCrm property.
Declaration
public static readonly EntityProperty IntegrateToCrmProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsActiveProperty
The IsActive property.
Declaration
public static readonly EntityProperty IsActiveProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsAwardYearSpecificProperty
The IsAwardYearSpecific property.
Declaration
public static readonly EntityProperty IsAwardYearSpecificProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsPlacementSpecificProperty
The IsPlacementSpecific property.
Declaration
public static readonly EntityProperty IsPlacementSpecificProperty
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 |
IsTranscriptRequestProperty
The IsTranscriptRequest property.
Declaration
public static readonly EntityProperty IsTranscriptRequestProperty
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 |
ModuleIdProperty
The ModuleId property.
Declaration
public static readonly EntityProperty ModuleIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NameProperty
The Name property.
Declaration
public static readonly EntityProperty NameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PermitTypesProperty
The PermitTypes property.
Declaration
public static readonly EntityProperty PermitTypesProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ProgramsProperty
The Programs property.
Declaration
public static readonly EntityProperty ProgramsProperty
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 |
TranscriptRequestTypeProperty
The TranscriptRequestType property.
Declaration
public static readonly EntityProperty TranscriptRequestTypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
Agencies
Declaration
public virtual EntityCollection<AgencyDocumentTypeEntity> Agencies { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<AgencyDocumentTypeEntity> |
CalculateDueDateDays
Gets or sets the CalculateDueDateDays associated with this DocumentTypeEntity.
Declaration
public decimal? CalculateDueDateDays { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The CalculateDueDateDays. |
CalculateDueDateType
Gets or sets the CalculateDueDateType associated with this DocumentTypeEntity.
Declaration
public string CalculateDueDateType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CalculateDueDateType. |
CampusGroup
Declaration
public virtual CampusGroupEntity CampusGroup { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Nexus.Common.Entities.CampusGroupEntity |
CampusGroupId
Gets or sets the CampusGroupId associated with this DocumentTypeEntity.
Declaration
public int? CampusGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CampusGroupId. |
Code
Gets or sets the Code associated with this DocumentTypeEntity.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this DocumentTypeEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DefaultCmDocStatusId
Gets or sets the DefaultCmDocStatusId associated with this DocumentTypeEntity.
Declaration
public int? DefaultCmDocStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The DefaultCmDocStatusId. |
DirectionType
Gets or sets the DirectionType associated with this DocumentTypeEntity.
Declaration
public string DirectionType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DirectionType. |
DocumentManagementSoftwareDocumentTypeMapping
Declaration
public IList<DocumentManagementSoftwareDocumentTypeMappingEntity> DocumentManagementSoftwareDocumentTypeMapping { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<DocumentManagementSoftwareDocumentTypeMappingEntity> |
DownloadDocumentName
Gets or sets the DownloadDocumentName associated with this DocumentTypeEntity.
Declaration
public string DownloadDocumentName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DownloadDocumentName. |
ElectronicDocs
Declaration
public virtual EntityCollection<DocumentTypeFileEntity> ElectronicDocs { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<DocumentTypeFileEntity> |
Id
Gets or sets the Id associated with this DocumentTypeEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
ImageNowDocDesc
Gets or sets the ImageNowDocDesc associated with this DocumentTypeEntity.
Declaration
public string ImageNowDocDesc { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ImageNowDocDesc. |
IntegrateToCrm
Gets or sets the IntegrateToCrm associated with this DocumentTypeEntity.
Declaration
public bool IntegrateToCrm { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IntegrateToCrm. |
IsActive
Gets or sets the IsActive associated with this DocumentTypeEntity.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
IsAwardYearSpecific
Gets or sets the IsAwardYearSpecific associated with this DocumentTypeEntity.
Declaration
public bool IsAwardYearSpecific { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsAwardYearSpecific. |
IsPlacementSpecific
Gets or sets the IsPlacementSpecific associated with this DocumentTypeEntity.
Declaration
public bool IsPlacementSpecific { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsPlacementSpecific. |
IsSystemCode
Gets or sets the IsSystemCode associated with this DocumentTypeEntity.
Declaration
public bool IsSystemCode { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsSystemCode. |
IsTranscriptRequest
Gets or sets the IsTranscriptRequest associated with this DocumentTypeEntity.
Declaration
public bool IsTranscriptRequest { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsTranscriptRequest. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this DocumentTypeEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this DocumentTypeEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
ModuleId
Gets or sets the ModuleId associated with this DocumentTypeEntity.
Declaration
public int ModuleId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The ModuleId. |
Name
Gets or sets the Name associated with this DocumentTypeEntity.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
PermitTypes
Gets or sets the PermitTypes associated with this DocumentTypeEntity.
Declaration
public int PermitTypes { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The PermitTypes. |
Programs
Declaration
public virtual EntityCollection<ProgramDocumentTypeEntity> Programs { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<ProgramDocumentTypeEntity> |
RowVersion
Gets or sets the RowVersion associated with this DocumentTypeEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
TranscriptRequestType
Gets or sets the TranscriptRequestType associated with this DocumentTypeEntity.
Declaration
public string TranscriptRequestType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TranscriptRequestType. |
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()