Class AttendanceDocumentEntity
This class represents the EntityModel interface to the ExAttendanceDocuments database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Academics.Entities
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class AttendanceDocumentEntity : Entity, IIdentifiable, IAuditable
Constructors
AttendanceDocumentEntity()
Declaration
public AttendanceDocumentEntity()
Fields
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FileDataProperty
The FileData property.
Declaration
public static readonly EntityProperty FileDataProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FilenameProperty
The Filename property.
Declaration
public static readonly EntityProperty FilenameProperty
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 |
IsInvigilatorDocumentProperty
The IsInvigilatorDocument property.
Declaration
public static readonly EntityProperty IsInvigilatorDocumentProperty
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
The Name property.
Declaration
public static readonly EntityProperty NameProperty
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 |
TestingScheduleClassSectionLessonIdProperty
The TestingScheduleClassSectionLessonId property.
Declaration
public static readonly EntityProperty TestingScheduleClassSectionLessonIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TestingScheduleIdProperty
The TestingScheduleId property.
Declaration
public static readonly EntityProperty TestingScheduleIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this AttendanceDocumentEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
FileData
Gets or sets the FileData associated with this AttendanceDocumentEntity.
Declaration
public byte[] FileData { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The FileData. |
Filename
Gets or sets the Filename associated with this AttendanceDocumentEntity.
Declaration
public string Filename { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Filename. |
Id
Gets or sets the Id associated with this AttendanceDocumentEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsInvigilatorDocument
Gets or sets the IsInvigilatorDocument associated with this AttendanceDocumentEntity.
Declaration
public bool? IsInvigilatorDocument { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsInvigilatorDocument. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this AttendanceDocumentEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this AttendanceDocumentEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Name
Gets or sets the Name associated with this AttendanceDocumentEntity.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
RowVersion
Gets or sets the RowVersion associated with this AttendanceDocumentEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
TestingScheduleClassSectionLessonId
Gets or sets the TestingScheduleClassSectionLessonId associated with this AttendanceDocumentEntity.
Declaration
public int TestingScheduleClassSectionLessonId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The TestingScheduleClassSectionLessonId. |
TestingScheduleId
Gets or sets the TestingScheduleId associated with this AttendanceDocumentEntity.
Declaration
public int TestingScheduleId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The TestingScheduleId. |
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()