Class MetadataString
Defines a metadata string that is maximum 250 characters of length
Inherited Members
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
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 |