Class VaultStatistics
Contains staticstic for the vault
Inheritance
System.Object
VaultStatistics
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
Assembly: ImageVault.Common.dll
Syntax
public class VaultStatistics : ICloneable, 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. |
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