Class VaultQuery
Summary description for VaultQuery.
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.Common.Data.Query
Assembly: ImageVault.Common.dll
Syntax
public class VaultQuery : IVQuery<VaultFilter>, IIVQuery<VaultFilter>
Constructors
VaultQuery()
Declaration
public VaultQuery()
Properties
Populate
Get/Sets the Populate of the VaultQuery
Declaration
public VaultPopulationQuery Populate { get; set; }
Property Value
Type | Description |
---|---|
VaultPopulationQuery | Defines the populate information for the vault |