Class StudentAgencyBranchEntity
This class represents the EntityModel interface to the SyStudentAgency database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Common.Entities
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class StudentAgencyBranchEntity : Entity, IIdentifiable, IAuditable
Constructors
StudentAgencyBranchEntity()
Declaration
public StudentAgencyBranchEntity()
Fields
AgencyBranchIdProperty
The AgencyBranchId property.
Declaration
public static readonly EntityProperty AgencyBranchIdProperty
Field Value
| Type | Description |
|---|---|
| Cmc.Core.EntityModel.EntityProperty |
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 |
EndDateProperty
The The last date that the item can be used. property.
Declaration
public static readonly EntityProperty EndDateProperty
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 |
IsExcludedCrmIntegrationProperty
The IsExcludedCrmIntegration property.
Declaration
public static readonly EntityProperty IsExcludedCrmIntegrationProperty
Field Value
| Type | Description |
|---|---|
| Cmc.Core.EntityModel.EntityProperty |
IsPrimaryBillingAffiliateProperty
The If the student has more than one agency affiliation, the associated agency affiliation record can be specified as the Primary Billing Affiliate. When the Primary Billing Affiliate check box is selected, the billing method associated with this agency will be the default in the Enrollment Wizard. property.
Declaration
public static readonly EntityProperty IsPrimaryBillingAffiliateProperty
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 |
LocationProperty
The The location of the agency. property.
Declaration
public static readonly EntityProperty LocationProperty
Field Value
| Type | Description |
|---|---|
| Cmc.Core.EntityModel.EntityProperty |
NoteProperty
The Area you can use to display or specify comments or additional information. property.
Declaration
public static readonly EntityProperty NoteProperty
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 |
StartDateProperty
The The first day that the item is effective and can be used. property.
Declaration
public static readonly EntityProperty StartDateProperty
Field Value
| Type | Description |
|---|---|
| Cmc.Core.EntityModel.EntityProperty |
StudentFunctionProperty
The The student’s responsibility or role at the agency. property.
Declaration
public static readonly EntityProperty StudentFunctionProperty
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 |
TitleProperty
The The title of the student at the agency. property.
Declaration
public static readonly EntityProperty TitleProperty
Field Value
| Type | Description |
|---|---|
| Cmc.Core.EntityModel.EntityProperty |
Properties
AgencyBranchId
Gets or sets the AgencyBranchId associated with this StudentAgencyBranchEntity.
Declaration
public int AgencyBranchId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The AgencyBranchId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentAgencyBranchEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The CreatedDateTime. |
EndDate
Gets or sets the EndDate associated with this StudentAgencyBranchEntity.
Declaration
public DateTime? EndDate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.DateTime> | The EndDate. |
Id
Gets or sets the Id associated with this StudentAgencyBranchEntity.
Declaration
public int Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The Id. |
IsExcludedCrmIntegration
Gets or sets the IsExcludedCrmIntegration associated with this StudentAgencyBranchEntity.
Declaration
public bool IsExcludedCrmIntegration { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IsExcludedCrmIntegration. |
IsPrimaryBillingAffiliate
Gets or sets the IsPrimaryBillingAffiliate associated with this StudentAgencyBranchEntity.
Declaration
public bool IsPrimaryBillingAffiliate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IsPrimaryBillingAffiliate. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentAgencyBranchEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentAgencyBranchEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The LastModifiedUserId. |
Location
Gets or sets the Location associated with this StudentAgencyBranchEntity.
Declaration
public string Location { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The Location. |
Note
Gets or sets the Note associated with this StudentAgencyBranchEntity.
Declaration
public string Note { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The Note. |
RowVersion
Gets or sets the RowVersion associated with this StudentAgencyBranchEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Byte[] | The RowVersion. |
StartDate
Gets or sets the StartDate associated with this StudentAgencyBranchEntity.
Declaration
public DateTime? StartDate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.DateTime> | The StartDate. |
StudentFunction
Gets or sets the StudentFunction associated with this StudentAgencyBranchEntity.
Declaration
public string StudentFunction { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The StudentFunction. |
StudentId
Gets or sets the StudentId associated with this StudentAgencyBranchEntity.
Declaration
public int StudentId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The StudentId. |
Title
Gets or sets the Title associated with this StudentAgencyBranchEntity.
Declaration
public string Title { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The Title. |
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()