Class StudentOtherNameEntity
This class represents the EntityModel interface to the SystudentOtherName database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Admissions.Entities
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class StudentOtherNameEntity : Entity, IIdentifiable
Constructors
StudentOtherNameEntity()
Declaration
public StudentOtherNameEntity()
Fields
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FirstNameProperty
The FirstName property.
Declaration
public static readonly EntityProperty FirstNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FullNameProperty
The FullName property.
Declaration
public static readonly EntityProperty FullNameProperty
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 |
LastModifiedDateTimeProperty
The LastModifiedDateTime property.
Declaration
public static readonly EntityProperty LastModifiedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastNameProperty
The LastName property.
Declaration
public static readonly EntityProperty LastNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
MiddleNameProperty
The MiddleName property.
Declaration
public static readonly EntityProperty MiddleNameProperty
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 |
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentOtherNameEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
FirstName
Gets or sets the FirstName associated with this StudentOtherNameEntity.
Declaration
public string FirstName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FirstName. |
FullName
Gets or sets the FullName associated with this StudentOtherNameEntity.
Declaration
public string FullName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FullName. |
Id
Gets or sets the Id associated with this StudentOtherNameEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentOtherNameEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastName
Gets or sets the LastName associated with this StudentOtherNameEntity.
Declaration
public string LastName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The LastName. |
MiddleName
Gets or sets the MiddleName associated with this StudentOtherNameEntity.
Declaration
public string MiddleName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The MiddleName. |
RowVersion
Gets or sets the RowVersion associated with this StudentOtherNameEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
StudentId
Gets or sets the StudentId associated with this StudentOtherNameEntity.
Declaration
public int? StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentId. |
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()