Search Results for

    Show / Hide Table of Contents

    Class DbMetadataInteger

    Summary description for MetadataInteger.

    Inheritance
    System.Object
    DbMetadata
    DbMetadataInteger
    Inherited Members
    DbMetadata.ToString()
    DbMetadata.UpdateStringValue()
    DbMetadata.CreateMetadataInstance(Metadata)
    DbMetadata.MetadataId
    DbMetadata.VersionId
    DbMetadata.MetadataDefinitionId
    DbMetadata.LanguageId
    DbMetadata.StringValue
    DbMetadata.Language
    DbMetadata.MetadataDefinition
    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 DbMetadataInteger : DbMetadata

    Constructors

    DbMetadataInteger()

    Initializes a new instance of the DbMetadataInteger class.

    Declaration
    public DbMetadataInteger()

    DbMetadataInteger(DbMetadataDefinition, Int32)

    Initializes a new instance of the DbMetadataInteger class.

    Declaration
    public DbMetadataInteger(DbMetadataDefinition definition, int value)
    Parameters
    Type Name Description
    DbMetadataDefinition definition
    System.Int32 value

    DbMetadataInteger(DbMetadataDefinition, Int32, DbLanguage)

    Initializes a new instance of the DbMetadataInteger class.

    Declaration
    public DbMetadataInteger(DbMetadataDefinition definition, int value, DbLanguage language)
    Parameters
    Type Name Description
    DbMetadataDefinition definition
    System.Int32 value
    DbLanguage language

    Properties

    IntegerValue

    Get/Sets the IntegerValue of the DbMetadataInteger

    Declaration
    public int? IntegerValue { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    Value

    Get/Sets the Value of the DbMetadataInteger

    Declaration
    public override object Value { get; set; }
    Property Value
    Type Description
    System.Object
    Overrides
    DbMetadata.Value

    Extension Methods

    DbMetadataExtensions.TryAssignValue(DbMetadata, DbMetadata, IFormatProvider)
    DbMetadataExtensions.TryAssignAsString(DbMetadata, DbMetadata, IFormatProvider)
    DbMetadataExtensions.TryAssignAsBool(DbMetadata, DbMetadata, IFormatProvider)
    DbMetadataExtensions.TryAssignAsInt(DbMetadata, DbMetadata, IFormatProvider)
    DbMetadataExtensions.TryAssignAsDecimal(DbMetadata, DbMetadata, IFormatProvider)
    DbMetadataExtensions.TryAssignAsDateTime(DbMetadata, DbMetadata, IFormatProvider)
    In This Article
    Back to top (c) Meriworks 2002-2022