Class MetadataLongString
Defines a metadatastring that is maximum 8190 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 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, 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
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 |