Class DbMetadataLongString
Summary description for DbMetadataLongString.
Inherited Members
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 |