Search Results for

    Show / Hide Table of Contents

    Class VaultStatistics

    Contains staticstic for the vault

    Inheritance
    System.Object
    VaultStatistics
    Implements
    System.ICloneable
    IItem<System.Int32>
    Namespace: ImageVault.Common.Data
    Assembly: ImageVault.Common.dll
    Syntax
    public class VaultStatistics : Object, IItem<int>

    Constructors

    VaultStatistics()

    Initializes a new instance of the VaultStatistics class.

    Declaration
    public VaultStatistics()

    VaultStatistics(VaultStatistics)

    Initializes a new instance of the VaultStatistics class.

    Declaration
    public VaultStatistics(VaultStatistics vaultStatistics)
    Parameters
    Type Name Description
    VaultStatistics vaultStatistics

    Properties

    Id

    Get/Sets the Id of the VaultStatistics

    Declaration
    public int Id { get; set; }
    Property Value
    Type Description
    System.Int32

    The id of the vault that the statistics belong to

    NoOfItems

    Get/Sets the NoOfItems of the Statistics

    Declaration
    public int NoOfItems { get; set; }
    Property Value
    Type Description
    System.Int32

    NoOfPublishedItems

    Get/Sets the NoOfPublishedItems of the Statistics

    Declaration
    public int NoOfPublishedItems { get; set; }
    Property Value
    Type Description
    System.Int32

    Methods

    Clone()

    Creates a new object that is a copy of the current instance.

    Declaration
    public VaultStatistics Clone()
    Returns
    Type Description
    VaultStatistics

    A new object that is a copy of this instance.

    Implements

    System.ICloneable
    IItem<T>

    Extension Methods

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