Class FerpaStudentRelationship
This class represents the EntityModel interface to the CmFERPAInfoShareHeader database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Crm
Assembly: Cmc.Nexus.Models.dll
Syntax
public class FerpaStudentRelationship
Constructors
FerpaStudentRelationship()
Declaration
public FerpaStudentRelationship()
Properties
AcademicInfoToRelease
Declaration
public virtual ICollection<FerpaStudentReleaseAcademicField> AcademicInfoToRelease { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<FerpaStudentReleaseAcademicField> |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this FerpaStudentRelationship.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Description
Gets or sets the Description associated with this FerpaStudentRelationship.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Description. |
Id
Gets or sets the Id associated with this FerpaStudentRelationship.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this FerpaStudentRelationship.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
IsAllowedToAmend
Gets or sets the IsAllowedToAmend associated with this FerpaStudentRelationship.
Declaration
public bool IsAllowedToAmend { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsAllowedToAmend. |
IsAllowedToReview
Gets or sets the IsAllowedToReview associated with this FerpaStudentRelationship.
Declaration
public bool IsAllowedToReview { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsAllowedToReview. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this FerpaStudentRelationship.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this FerpaStudentRelationship.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Reason
Gets or sets the Reason associated with this FerpaStudentRelationship.
Declaration
public string Reason { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Reason. |
ShareInfoEndDate
Gets or sets the ShareInfoEndDate associated with this FerpaStudentRelationship.
Declaration
public DateTime ShareInfoEndDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The ShareInfoEndDate. |
ShareInfoStartDate
Gets or sets the ShareInfoStartDate associated with this FerpaStudentRelationship.
Declaration
public DateTime ShareInfoStartDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The ShareInfoStartDate. |
StudentRelationshipAddress
Declaration
public virtual StudentRelationshipAddress StudentRelationshipAddress { get; set; }
Property Value
Type | Description |
---|---|
StudentRelationshipAddress |
StudentRelationshipAddressId
Gets or sets the StudentRelationshipAddressId associated with this FerpaStudentRelationship.
Declaration
public int StudentRelationshipAddressId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentRelationshipAddressId. |
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()
SetupFluentMappings(DbModelBuilder)
Any type of relationship that can't be inferred from the entity annotations must be done by hand using the Fluent api. Handle those relationships here.
Declaration
public static void SetupFluentMappings(DbModelBuilder modelBuilder)
Parameters
Type | Name | Description |
---|---|---|
System.Data.Entity.DbModelBuilder | modelBuilder | The DbModelBuilder that has all of the model entities. |