Class ExtendedPropertyValueHighSchoolEntity
This class represents the EntityModel interface to the SyExtendedPropertyValue_HighSchool database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Admissions.Entities
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class ExtendedPropertyValueHighSchoolEntity : Entity, IIdentifiable, IAuditable
Constructors
ExtendedPropertyValueHighSchoolEntity()
Declaration
public ExtendedPropertyValueHighSchoolEntity()
Fields
BooleanValueProperty
The BooleanValue property.
Declaration
public static readonly EntityProperty BooleanValueProperty
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 |
DateTimeValueProperty
The DateTimeValue property.
Declaration
public static readonly EntityProperty DateTimeValueProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DecimalValueProperty
The DecimalValue property.
Declaration
public static readonly EntityProperty DecimalValueProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ExtendedPropertyDefinitionIdProperty
The ExtendedPropertyDefinitionId property.
Declaration
public static readonly EntityProperty ExtendedPropertyDefinitionIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
HighSchoolIdProperty
The HighSchoolId property.
Declaration
public static readonly EntityProperty HighSchoolIdProperty
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 |
LastModifiedUserIdProperty
The LastModifiedUserId property.
Declaration
public static readonly EntityProperty LastModifiedUserIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
MultiValueProperty
The MultiValue property.
Declaration
public static readonly EntityProperty MultiValueProperty
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 |
StringValueProperty
The StringValue property.
Declaration
public static readonly EntityProperty StringValueProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
BooleanValue
Gets or sets the BooleanValue associated with this ExtendedPropertyValueHighSchoolEntity.
Declaration
public bool? BooleanValue { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The BooleanValue. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this ExtendedPropertyValueHighSchoolEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DateTimeValue
Gets or sets the DateTimeValue associated with this ExtendedPropertyValueHighSchoolEntity.
Declaration
public DateTime? DateTimeValue { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The DateTimeValue. |
DecimalValue
Gets or sets the DecimalValue associated with this ExtendedPropertyValueHighSchoolEntity.
Declaration
public decimal? DecimalValue { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The DecimalValue. |
ExtendedPropertyDefinitionId
Gets or sets the ExtendedPropertyDefinitionId associated with this ExtendedPropertyValueHighSchoolEntity.
Declaration
public int ExtendedPropertyDefinitionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The ExtendedPropertyDefinitionId. |
HighSchoolId
Gets or sets the HighSchoolId associated with this ExtendedPropertyValueHighSchoolEntity.
Declaration
public int HighSchoolId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The HighSchoolId. |
Id
Gets or sets the Id associated with this ExtendedPropertyValueHighSchoolEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this ExtendedPropertyValueHighSchoolEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this ExtendedPropertyValueHighSchoolEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
MultiValue
Gets or sets the MultiValue associated with this ExtendedPropertyValueHighSchoolEntity.
Declaration
public string MultiValue { get; set; }
Property Value
Type | Description |
---|---|
System.String | The MultiValue. |
RowVersion
Gets or sets the RowVersion associated with this ExtendedPropertyValueHighSchoolEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
StringValue
Gets or sets the StringValue associated with this ExtendedPropertyValueHighSchoolEntity.
Declaration
public string StringValue { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StringValue. |
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()