Class FerpaStudentRelationshipInfoShareDetailEntity
This class represents the EntityModel interface to the CmFERPAStudentInfoRequest database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Crm.Entities
Assembly: Cmc.Nexus.Crm.Contracts.dll
Syntax
public class FerpaStudentRelationshipInfoShareDetailEntity : Entity, IIdentifiable, IAuditable
Constructors
FerpaStudentRelationshipInfoShareDetailEntity()
Declaration
public FerpaStudentRelationshipInfoShareDetailEntity()
Fields
CreatedDateTimeProperty
The The date when the item or person was added or the status change was entered. property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
EffectiveDateProperty
The The date when the request was inspected. property.
Declaration
public static readonly EntityProperty EffectiveDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FerpaStudentRelationshipIdProperty
The The name of the person who submitted the request. property.
Declaration
public static readonly EntityProperty FerpaStudentRelationshipIdProperty
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 |
InfoShareTypeProperty
The InfoShareType property.
Declaration
public static readonly EntityProperty InfoShareTypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedDateTimeProperty
The The date that the item was updated or changed. property.
Declaration
public static readonly EntityProperty LastModifiedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedUserIdProperty
The The last and then first name of the person that changed the item. property.
Declaration
public static readonly EntityProperty LastModifiedUserIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NoteProperty
The Note property.
Declaration
public static readonly EntityProperty NoteProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ReasonProperty
The Reason property.
Declaration
public static readonly EntityProperty ReasonProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RequestedDateProperty
The The date when an institution, person, or a student requested documents or information to be submitted for evaluation. property.
Declaration
public static readonly EntityProperty RequestedDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RescindedDateProperty
The RescindedDate property.
Declaration
public static readonly EntityProperty RescindedDateProperty
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 |
StudentIdProperty
The StudentId property.
Declaration
public static readonly EntityProperty StudentIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentRelationshipAcademicInfoProperty
The StudentRelationshipAcademicInfo property.
Declaration
public static readonly EntityProperty StudentRelationshipAcademicInfoProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this FerpaStudentRelationshipInfoShareDetailEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
EffectiveDate
Gets or sets the EffectiveDate associated with this FerpaStudentRelationshipInfoShareDetailEntity.
Declaration
public DateTime EffectiveDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The EffectiveDate. |
FerpaStudentRelationshipId
Gets or sets the FerpaStudentRelationshipId associated with this FerpaStudentRelationshipInfoShareDetailEntity.
Declaration
public int? FerpaStudentRelationshipId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The FerpaStudentRelationshipId. |
Id
Gets or sets the Id associated with this FerpaStudentRelationshipInfoShareDetailEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
InfoShareType
Gets or sets the InfoShareType associated with this FerpaStudentRelationshipInfoShareDetailEntity.
Declaration
public short InfoShareType { get; set; }
Property Value
Type | Description |
---|---|
System.Int16 | The InfoShareType. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this FerpaStudentRelationshipInfoShareDetailEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this FerpaStudentRelationshipInfoShareDetailEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Note
Gets or sets the Note associated with this FerpaStudentRelationshipInfoShareDetailEntity.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
Reason
Gets or sets the Reason associated with this FerpaStudentRelationshipInfoShareDetailEntity.
Declaration
public string Reason { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Reason. |
RequestedDate
Gets or sets the RequestedDate associated with this FerpaStudentRelationshipInfoShareDetailEntity.
Declaration
public DateTime RequestedDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The RequestedDate. |
RescindedDate
Gets or sets the RescindedDate associated with this FerpaStudentRelationshipInfoShareDetailEntity.
Declaration
public DateTime? RescindedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The RescindedDate. |
RowVersion
Gets or sets the RowVersion associated with this FerpaStudentRelationshipInfoShareDetailEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
StudentId
Gets or sets the StudentId associated with this FerpaStudentRelationshipInfoShareDetailEntity.
Declaration
public int? StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentId. |
StudentRelationshipAcademicInfo
Declaration
public virtual EntityCollection<FerpaStudentRelationshipAcademicInfoShareDetailEntity> StudentRelationshipAcademicInfo { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<FerpaStudentRelationshipAcademicInfoShareDetailEntity> |
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()