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