Class RegistrationRuleWaiveRequisiteDataChangeEntity
This class represents the EntityModel interface to the SyAudit_SyRuleWaiveRequisite database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Academics.Entities
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class RegistrationRuleWaiveRequisiteDataChangeEntity : Entity, IIdentifiable
Constructors
RegistrationRuleWaiveRequisiteDataChangeEntity()
Declaration
public RegistrationRuleWaiveRequisiteDataChangeEntity()
Fields
ColumnNameProperty
The ColumnName property.
Declaration
public static readonly EntityProperty ColumnNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ColumnValueProperty
The ColumnValue property.
Declaration
public static readonly EntityProperty ColumnValueProperty
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 |
LastModifiedUserIdProperty
The LastModifiedUserId property.
Declaration
public static readonly EntityProperty LastModifiedUserIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RecordGroupIdProperty
The RecordGroupId property.
Declaration
public static readonly EntityProperty RecordGroupIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RecordIdProperty
The RecordId property.
Declaration
public static readonly EntityProperty RecordIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RegistrationRuleWaiveRequisiteIdProperty
The RegistrationRuleWaiveRequisiteId property.
Declaration
public static readonly EntityProperty RegistrationRuleWaiveRequisiteIdProperty
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 |
Properties
ColumnName
Gets or sets the ColumnName associated with this RegistrationRuleWaiveRequisiteDataChangeEntity.
Declaration
public string ColumnName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ColumnName. |
ColumnValue
Gets or sets the ColumnValue associated with this RegistrationRuleWaiveRequisiteDataChangeEntity.
Declaration
public string ColumnValue { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ColumnValue. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this RegistrationRuleWaiveRequisiteDataChangeEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this RegistrationRuleWaiveRequisiteDataChangeEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this RegistrationRuleWaiveRequisiteDataChangeEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
RecordGroupId
Gets or sets the RecordGroupId associated with this RegistrationRuleWaiveRequisiteDataChangeEntity.
Declaration
public string RecordGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RecordGroupId. |
RecordId
Gets or sets the RecordId associated with this RegistrationRuleWaiveRequisiteDataChangeEntity.
Declaration
public int RecordId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The RecordId. |
RegistrationRuleWaiveRequisiteId
Gets or sets the RegistrationRuleWaiveRequisiteId associated with this RegistrationRuleWaiveRequisiteDataChangeEntity.
Declaration
public int RegistrationRuleWaiveRequisiteId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The RegistrationRuleWaiveRequisiteId. |
RowVersion
Gets or sets the RowVersion associated with this RegistrationRuleWaiveRequisiteDataChangeEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | 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()