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