Class ExtendedProperty
Inheritance
System.Object
ExtendedProperty
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Cmc.Nexus.Models.dll
Syntax
public abstract class ExtendedProperty
Constructors
ExtendedProperty()
Declaration
protected ExtendedProperty()
Properties
BooleanValue
Declaration
public bool? BooleanValue { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
DateTimeValue
Declaration
public DateTime? DateTimeValue { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
DecimalValue
Declaration
public decimal? DecimalValue { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
EntityId
Declaration
public int EntityId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
EntityName
Declaration
public string EntityName { get; set; }
Property Value
Type |
Description |
System.String |
|
ExtendedPropertyDefinition
Declaration
public ExtendedPropertyDefinition ExtendedPropertyDefinition { get; set; }
Property Value
ExtendedPropertyDefinitionId
Declaration
public int ExtendedPropertyDefinitionId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
MultiValue
Declaration
public string MultiValue { get; set; }
Property Value
Type |
Description |
System.String |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
StringValue
Declaration
public string StringValue { get; set; }
Property Value
Type |
Description |
System.String |
|