Search Results for

    Show / Hide Table of Contents

    Class MetadataLongString

    Defines a metadatastring that is maximum 8190 characters of length

    Inheritance
    System.Object
    Metadata
    MetadataLongString
    Inherited Members
    Metadata.CreateInstance(MetadataDefinition, Nullable<Int32>, Boolean, Boolean, Boolean, Boolean)
    Metadata.Name
    Metadata.DefinitionType
    Metadata.LanguageId
    Metadata.IsMandantory
    Metadata.IsTitle
    Metadata.IsAltText
    Metadata.Value
    Metadata.IsCoherent
    Metadata.MetadataDefinitionId
    Metadata.IsNull
    Metadata.IsReadOnly
    Metadata.IsMultilingual
    Metadata.SymbolKey
    Metadata.IsDefinedInVault
    Metadata.Description
    Namespace: ImageVault.Common.Data
    Assembly: ImageVault.Common.dll
    Syntax
    public class MetadataLongString : Metadata

    Constructors

    MetadataLongString()

    Initializes a new instance of the MetadataLongString class.

    Declaration
    public MetadataLongString()

    MetadataLongString(MetadataDefinition, Nullable<Int32>, Boolean, Boolean, Boolean, Boolean)

    Initializes a new instance of the MetadataLongString class.

    Declaration
    public MetadataLongString(MetadataDefinition definition, Nullable<int> languageId, bool isMandantory, bool isTitle, bool isAltText, bool isDefinedInVault)
    Parameters
    Type Name Description
    MetadataDefinition definition
    System.Nullable<System.Int32> languageId
    System.Boolean isMandantory
    System.Boolean isTitle
    System.Boolean isAltText
    System.Boolean isDefinedInVault

    MetadataLongString(MetadataLongString)

    Initializes a new instance of the MetadataLongString class.

    Declaration
    public MetadataLongString(MetadataLongString metadataLongString)
    Parameters
    Type Name Description
    MetadataLongString metadataLongString

    Properties

    InnerValue

    Get/Sets the InnerValue of the DbMetadataString

    Declaration
    protected override object InnerValue { get; set; }
    Property Value
    Type Description
    System.Object
    Overrides
    Metadata.InnerValue

    LongStringValue

    Get/Sets the LongStringValue of the MetadataLongString

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

    Methods

    Parse(String)

    Parses the supplied value as a MetadataLongString

    Declaration
    public override void Parse(string value)
    Parameters
    Type Name Description
    System.String value
    Overrides
    Metadata.Parse(String)

    Extension Methods

    MetadataDefinitionExtensions.HasSymbolKey(Metadata)
    EnumExtensions.GetNames<TEnum>(TEnum)
    In This Article
    Back to top (c) Meriworks 2002-2022