Class IndexableConversion
Inheritance
System.Object
IndexableConversion
Implements
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.Core.Common.Search
Assembly: ImageVault.Core.dll
Syntax
public class IndexableConversion : IIndexableConversion
Constructors
IndexableConversion()
Declaration
public IndexableConversion()
Properties
FormatId
Declaration
public int FormatId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
MediaInformation
Declaration
public string MediaInformation { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Path
Declaration
public string Path { get; set; }
Property Value
Type | Description |
---|---|
System.String |