Class StudentEnrollmentPeriodTransferDocumentEntity
This class represents the EntityModel interface to the AdStudentTransferDocuments database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Academics.Entities
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class StudentEnrollmentPeriodTransferDocumentEntity : Entity, IAuditable
Constructors
StudentEnrollmentPeriodTransferDocumentEntity()
Declaration
public StudentEnrollmentPeriodTransferDocumentEntity()
Fields
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DocumentIdProperty
The DocumentId property.
Declaration
public static readonly EntityProperty DocumentIdProperty
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 |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentEnrollmentPeriodTransferIdProperty
The StudentEnrollmentPeriodTransferId property.
Declaration
public static readonly EntityProperty StudentEnrollmentPeriodTransferIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
CanBeMoved
Declaration
public bool CanBeMoved { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentEnrollmentPeriodTransferDocumentEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DocumentId
Gets or sets the DocumentId associated with this StudentEnrollmentPeriodTransferDocumentEntity.
Declaration
public int DocumentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The DocumentId. |
DocumentTranscriptId
Declaration
public int DocumentTranscriptId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
IsOnFile
Declaration
public bool IsOnFile { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentEnrollmentPeriodTransferDocumentEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentEnrollmentPeriodTransferDocumentEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
RowVersion
Gets or sets the RowVersion associated with this StudentEnrollmentPeriodTransferDocumentEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
StudentEnrollmentPeriodTransferId
Gets or sets the StudentEnrollmentPeriodTransferId associated with this StudentEnrollmentPeriodTransferDocumentEntity.
Declaration
public int StudentEnrollmentPeriodTransferId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentEnrollmentPeriodTransferId. |
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()