Class MetadataQuery
The query for finding metadata
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.Query
Assembly: ImageVault.Common.dll
Syntax
public class MetadataQuery : IVQuery<MetadataFilter>, IIVQuery<MetadataFilter>, ICloneable
Constructors
MetadataQuery()
Initializes a new instance of the MetadataQuery class.
Declaration
public MetadataQuery()
Methods
Clone()
Creates a new object that is a copy of the current instance.
Declaration
public MetadataQuery Clone()
Returns
Type | Description |
---|---|
MetadataQuery | A new object that is a copy of this instance. |
Explicit Interface Implementations
ICloneable.Clone()
Creates a new object that is a copy of the current instance.
Declaration
object ICloneable.Clone()
Returns
Type | Description |
---|---|
System.Object | A new object that is a copy of this instance. |
Implements
System.ICloneable