Class DbMetadataDecimal
Summary description for DbMetadataDecimal.
Inherited Members
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()
Namespace: ImageVault.Core.Common.DbEntities
Assembly: ImageVault.Core.dll
Syntax
public class DbMetadataDecimal : DbMetadata
Constructors
DbMetadataDecimal()
Initializes a new instance of the DbMetadataDecimal class.
Declaration
public DbMetadataDecimal()
DbMetadataDecimal(DbMetadataDefinition, Decimal)
Initializes a new instance of the DbMetadataDecimal class.
Declaration
public DbMetadataDecimal(DbMetadataDefinition definition, decimal value)
Parameters
Type | Name | Description |
---|---|---|
DbMetadataDefinition | definition | |
System.Decimal | value |
DbMetadataDecimal(DbMetadataDefinition, Decimal, DbLanguage)
Initializes a new instance of the DbMetadataDecimal class.
Declaration
public DbMetadataDecimal(DbMetadataDefinition definition, decimal value, DbLanguage language)
Parameters
Type | Name | Description |
---|---|---|
DbMetadataDefinition | definition | |
System.Decimal | value | |
DbLanguage | language |
Properties
DecimalValue
Get/Sets the DecimalValue of the DbMetadataDecimal
Declaration
public decimal? DecimalValue { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
Value
Get/Sets the Value of the DbMetadataDecimal
Declaration
public override object Value { get; set; }
Property Value
Type | Description |
---|---|
System.Object |