Class ExtendedPropertyValueEntity
Extended Property Value Entity
Inheritance
Implements
Namespace: Cmc.Nexus.Common.Entities
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class ExtendedPropertyValueEntity : Entity, IAuditable, IIdentifiable
Constructors
ExtendedPropertyValueEntity()
Declaration
public ExtendedPropertyValueEntity()
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 |
EntityIdProperty
The EntityId property.
Declaration
public static readonly EntityProperty EntityIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
EntityNameProperty
The EntityName property.
Declaration
public static readonly EntityProperty EntityNameProperty
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 |
PropertyNameProperty
Declaration
public static readonly EntityProperty PropertyNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PropertyTypeProperty
Declaration
public static readonly EntityProperty PropertyTypeProperty
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 ExtendedPropertyValueEntity.
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 ExtendedPropertyValueEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DateTimeValue
Gets or sets the DateTimeValue associated with this ExtendedPropertyValueEntity.
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 ExtendedPropertyValueEntity.
Declaration
public decimal? DecimalValue { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The DecimalValue. |
EntityId
Gets or sets the EntityId associated with this ExtendedPropertyValueEntity.
Declaration
public int EntityId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The EntityId. |
EntityName
Gets or sets the EntityName associated with this ExtendedPropertyValueEntity.
Declaration
public string EntityName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The EntityName. |
ExtendedPropertyDefinitionId
Gets or sets the ExtendedPropertyDefinitionId associated with this ExtendedPropertyValueEntity.
Declaration
public int ExtendedPropertyDefinitionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The ExtendedPropertyDefinitionId. |
Id
Gets or sets the Id associated with this ExtendedPropertyValueEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this ExtendedPropertyValueEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this ExtendedPropertyValueEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
MultiValue
Gets or sets the MultiValue associated with this ExtendedPropertyValueEntity.
Declaration
public string MultiValue { get; set; }
Property Value
Type | Description |
---|---|
System.String | The MultiValue. |
PropertyName
Gets or sets the Property Name associated with this ExtendedPropertyValueEntity.
Declaration
public string PropertyName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PropertyType
Gets or sets the Property Type associated with this ExtendedPropertyValueEntity.
Declaration
public string PropertyType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RowVersion
Gets or sets the RowVersion associated with this ExtendedPropertyValueEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
StringValue
Gets or sets the StringValue associated with this ExtendedPropertyValueEntity.
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()