Class VaultStatisticsFilter
Summary description for VaultStatisticsFilter.
Namespace: ImageVault.Common.Data.Query
Assembly: ImageVault.Common.dll
Syntax
public class VaultStatisticsFilter : IVFilter, IIVFilter
Constructors
VaultStatisticsFilter()
Initializes a new instance of the VaultStatisticsFilter class.
Declaration
public VaultStatisticsFilter()
Properties
Id
Get/Sets the Id of the VaultStatisticsFilter
Declaration
public Nullable<int> Id { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The id of the vault to get or null to ignore the id of the vault |
Methods
Clone()
Creates a new object that is a copy of the current instance.
Declaration
public override object Clone()
Returns
Type | Description |
---|---|
System.Object | A new object that is a copy of this instance. |
Overrides
Implements
System.ICloneable