Search Results for

    Show / Hide Table of Contents

    Class DbMetadataLongString

    Summary description for DbMetadataLongString.

    Inheritance
    System.Object
    DbMetadata
    DbMetadataLongString
    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 DbMetadataLongString : DbMetadata

    Constructors

    DbMetadataLongString()

    Initializes a new instance of the DbMetadataLongString class.

    Declaration
    public DbMetadataLongString()

    DbMetadataLongString(DbMetadataDefinition, String)

    Initializes a new instance of the DbMetadataLongString class.

    Declaration
    public DbMetadataLongString(DbMetadataDefinition definition, string value)
    Parameters
    Type Name Description
    DbMetadataDefinition definition
    System.String value

    DbMetadataLongString(DbMetadataDefinition, String, DbLanguage)

    Initializes a new instance of the DbMetadataLongString class.

    Declaration
    public DbMetadataLongString(DbMetadataDefinition definition, string value, DbLanguage language)
    Parameters
    Type Name Description
    DbMetadataDefinition definition
    System.String value
    DbLanguage language

    Properties

    LongStringValue

    Get/Sets the LongStringValue of the DbMetadataLongString

    Declaration
    public string LongStringValue { get; set; }
    Property Value
    Type Description
    System.String

    Value

    Get/Sets the Value of the DbMetadataLongString

    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