Class RegistrationGroupCriteriaListValueRangeEntity
This class represents the EntityModel interface to the AdRegistrationGroupCriteriaRange database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Academics.Entities
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class RegistrationGroupCriteriaListValueRangeEntity : Entity, IIdentifiable, IAuditable
Constructors
RegistrationGroupCriteriaListValueRangeEntity()
Declaration
public RegistrationGroupCriteriaListValueRangeEntity()
Fields
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CriteriaCodeProperty
The CriteriaCode property.
Declaration
public static readonly EntityProperty CriteriaCodeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
HighDateValueProperty
The HighDateValue property.
Declaration
public static readonly EntityProperty HighDateValueProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
HighNumericValueProperty
The HighNumericValue property.
Declaration
public static readonly EntityProperty HighNumericValueProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
HighStringValueProperty
The HighStringValue property.
Declaration
public static readonly EntityProperty HighStringValueProperty
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 |
IsCriteriaUsedProperty
The IsCriteriaUsed property.
Declaration
public static readonly EntityProperty IsCriteriaUsedProperty
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 |
LowDateValueProperty
The LowDateValue property.
Declaration
public static readonly EntityProperty LowDateValueProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LowNumericValueProperty
The LowNumericValue property.
Declaration
public static readonly EntityProperty LowNumericValueProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LowStringValueProperty
The LowStringValue property.
Declaration
public static readonly EntityProperty LowStringValueProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RegistrationGroupIdProperty
The RegistrationGroupId property.
Declaration
public static readonly EntityProperty RegistrationGroupIdProperty
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
CreatedDateTime
Gets or sets the CreatedDateTime associated with this RegistrationGroupCriteriaListValueRangeEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
CriteriaCode
Gets or sets the CriteriaCode associated with this RegistrationGroupCriteriaListValueRangeEntity.
Declaration
public string CriteriaCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CriteriaCode. |
HighDateValue
Gets or sets the HighDateValue associated with this RegistrationGroupCriteriaListValueRangeEntity.
Declaration
public DateTime? HighDateValue { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The HighDateValue. |
HighNumericValue
Gets or sets the HighNumericValue associated with this RegistrationGroupCriteriaListValueRangeEntity.
Declaration
public decimal? HighNumericValue { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The HighNumericValue. |
HighStringValue
Gets or sets the HighStringValue associated with this RegistrationGroupCriteriaListValueRangeEntity.
Declaration
public string HighStringValue { get; set; }
Property Value
Type | Description |
---|---|
System.String | The HighStringValue. |
Id
Gets or sets the Id associated with this RegistrationGroupCriteriaListValueRangeEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsCriteriaUsed
Gets or sets the IsCriteriaUsed associated with this RegistrationGroupCriteriaListValueRangeEntity.
Declaration
public bool IsCriteriaUsed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsCriteriaUsed. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this RegistrationGroupCriteriaListValueRangeEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this RegistrationGroupCriteriaListValueRangeEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LowDateValue
Gets or sets the LowDateValue associated with this RegistrationGroupCriteriaListValueRangeEntity.
Declaration
public DateTime? LowDateValue { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The LowDateValue. |
LowNumericValue
Gets or sets the LowNumericValue associated with this RegistrationGroupCriteriaListValueRangeEntity.
Declaration
public decimal? LowNumericValue { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The LowNumericValue. |
LowStringValue
Gets or sets the LowStringValue associated with this RegistrationGroupCriteriaListValueRangeEntity.
Declaration
public string LowStringValue { get; set; }
Property Value
Type | Description |
---|---|
System.String | The LowStringValue. |
RegistrationGroupId
Gets or sets the RegistrationGroupId associated with this RegistrationGroupCriteriaListValueRangeEntity.
Declaration
public int RegistrationGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The RegistrationGroupId. |
RowVersion
Gets or sets the RowVersion associated with this RegistrationGroupCriteriaListValueRangeEntity.
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()