Search Results for

    Show / Hide Table of Contents

    Class VaultStatisticsFilter

    Summary description for VaultStatisticsFilter.

    Inheritance
    System.Object
    IVFilter
    VaultStatisticsFilter
    Implements
    IIVFilter
    System.ICloneable
    Inherited Members
    IVFilter.Skip
    IVFilter.Take
    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 VaultStatisticsFilter : IVFilter, IIVFilter, ICloneable

    Constructors

    VaultStatisticsFilter()

    Initializes a new instance of the VaultStatisticsFilter class.

    Declaration
    public VaultStatisticsFilter()

    Properties

    Id

    Get/Sets the Id of the VaultStatisticsFilter

    Declaration
    public 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
    IVFilter.Clone()

    Implements

    IIVFilter
    System.ICloneable

    Extension Methods

    EnumExtensions.GetNames<TEnum>(TEnum)
    In This Article
    Back to top (c) Meriworks 2002-2022