Search Results for

    Show / Hide Table of Contents

    Class MetadataString

    Defines a metadata string that is maximum 250 characters of length

    Inheritance
    System.Object
    Metadata
    MetadataString
    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
    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()
    Namespace: ImageVault.Common.Data
    Assembly: ImageVault.Common.dll
    Syntax
    public class MetadataString : Metadata

    Constructors

    MetadataString()

    Initializes a new instance of the MetadataString class.

    Declaration
    public MetadataString()

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

    Initializes a new instance of the MetadataString class.

    Declaration
    public MetadataString(MetadataDefinition definition, 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

    MetadataString(MetadataString)

    Initializes a new instance of the MetadataString class.

    Declaration
    public MetadataString(MetadataString metadataString)
    Parameters
    Type Name Description
    MetadataString metadataString

    Properties

    InnerValue

    Get/Sets the Value of the DbMetadataString

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

    StringValue

    Get/Sets the StringValue of the MetadataString

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

    Methods

    Parse(String)

    Parses the supplied value and assigns it to the metadata

    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