Class StudentAthleticDetailEntity
This class represents the EntityModel interface to the SsAthleticDetail database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentServices.Entities
Assembly: Cmc.Nexus.StudentServices.Contracts.dll
Syntax
public class StudentAthleticDetailEntity : Entity, IIdentifiable, IAuditable
Constructors
StudentAthleticDetailEntity()
Declaration
public StudentAthleticDetailEntity()
Fields
AthleticStatusIdProperty
The AthleticStatusId property.
Declaration
public static readonly EntityProperty AthleticStatusIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
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 |
LastActiveTermIdProperty
The LastActiveTermId property.
Declaration
public static readonly EntityProperty LastActiveTermIdProperty
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 |
RecruitmentTypeIdProperty
The RecruitmentTypeId property.
Declaration
public static readonly EntityProperty RecruitmentTypeIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RemainingEligibilityProperty
The RemainingEligibility property.
Declaration
public static readonly EntityProperty RemainingEligibilityProperty
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 |
SportIdProperty
The SportId property.
Declaration
public static readonly EntityProperty SportIdProperty
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
AthleticIdentifier
Gets or Sets AthleticIdentifier.
Declaration
public string AthleticIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String |
AthleticStatusId
Gets or sets the AthleticStatusId associated with this StudentAthleticDetailEntity.
Declaration
public int AthleticStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The AthleticStatusId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentAthleticDetailEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this StudentAthleticDetailEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsStudentAthleticIdentifierUpdated
Gets or Sets IsStudentAthleticIdentifierUpdated.
Declaration
public bool IsStudentAthleticIdentifierUpdated { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
LastActiveTermId
Gets or sets the LastActiveTermId associated with this StudentAthleticDetailEntity.
Declaration
public int LastActiveTermId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastActiveTermId. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentAthleticDetailEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentAthleticDetailEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
RecruitmentTypeId
Gets or sets the RecruitmentTypeId associated with this StudentAthleticDetailEntity.
Declaration
public int RecruitmentTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The RecruitmentTypeId. |
RemainingEligibility
Gets or sets the RemainingEligibility associated with this StudentAthleticDetailEntity.
Declaration
public int RemainingEligibility { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The RemainingEligibility. |
RowVersion
Gets or sets the RowVersion associated with this StudentAthleticDetailEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
SportId
Gets or sets the SportId associated with this StudentAthleticDetailEntity.
Declaration
public int SportId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The SportId. |
StudentId
Gets or sets the StudentId associated with this StudentAthleticDetailEntity.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
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()