Class HighSchoolDataChangeEntity
This class represents the EntityModel interface to the SyAudit_AmHighSchool database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Admissions.Entities
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class HighSchoolDataChangeEntity : Entity, IIdentifiable, IAuditable
Constructors
HighSchoolDataChangeEntity()
Declaration
public HighSchoolDataChangeEntity()
Fields
ColumnNameProperty
The ColumnName property.
Declaration
public static readonly EntityProperty ColumnNameProperty
Field Value
Type | Description |
---|---|
Cmc. |
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc. |
HighSchoolIdProperty
The HighSchoolId property.
Declaration
public static readonly EntityProperty HighSchoolIdProperty
Field Value
Type | Description |
---|---|
Cmc. |
IdProperty
The Id property.
Declaration
public static readonly EntityProperty IdProperty
Field Value
Type | Description |
---|---|
Cmc. |
LastModifiedDateTimeProperty
The LastModifiedDateTime property.
Declaration
public static readonly EntityProperty LastModifiedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc. |
LastModifiedUserIdProperty
The LastModifiedUserId property.
Declaration
public static readonly EntityProperty LastModifiedUserIdProperty
Field Value
Type | Description |
---|---|
Cmc. |
NewValueProperty
The NewValue property.
Declaration
public static readonly EntityProperty NewValueProperty
Field Value
Type | Description |
---|---|
Cmc. |
NoteProperty
The Note property.
Declaration
public static readonly EntityProperty NoteProperty
Field Value
Type | Description |
---|---|
Cmc. |
OldValueProperty
The OldValue property.
Declaration
public static readonly EntityProperty OldValueProperty
Field Value
Type | Description |
---|---|
Cmc. |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc. |
Properties
ColumnName
Gets or sets the ColumnName associated with this HighSchoolDataChangeEntity.
Declaration
public string ColumnName { get; set; }
Property Value
Type | Description |
---|---|
System. |
The ColumnName. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this HighSchoolDataChangeEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System. |
The CreatedDateTime. |
HighSchoolId
Gets or sets the HighSchoolId associated with this HighSchoolDataChangeEntity.
Declaration
public int HighSchoolId { get; set; }
Property Value
Type | Description |
---|---|
System. |
The HighSchoolId. |
Id
Gets or sets the Id associated with this HighSchoolDataChangeEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System. |
The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this HighSchoolDataChangeEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System. |
The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this HighSchoolDataChangeEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System. |
The LastModifiedUserId. |
NewValue
Gets or sets the NewValue associated with this HighSchoolDataChangeEntity.
Declaration
public string NewValue { get; set; }
Property Value
Type | Description |
---|---|
System. |
The NewValue. |
Note
Gets or sets the Note associated with this HighSchoolDataChangeEntity.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System. |
The Note. |
OldValue
Gets or sets the OldValue associated with this HighSchoolDataChangeEntity.
Declaration
public string OldValue { get; set; }
Property Value
Type | Description |
---|---|
System. |
The OldValue. |
RowVersion
Gets or sets the RowVersion associated with this HighSchoolDataChangeEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System. |
The RowVersion. |
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()