Click or drag to resize

VGTableStatistics Class

Inheritance Hierarchy
SystemObject
  System.Collections.GenericDictionaryVGEntityStorage, VGTableStatistic
    Novalys.VisualGuard.Security.MembershipVGTableStatistics

Namespace:  Novalys.VisualGuard.Security.Membership
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.1.831.19 (2019.1.0831.19)
Syntax
[SerializableAttribute]
public sealed class VGTableStatistics : Dictionary<VGEntityStorage, VGTableStatistic>, 
	ISerializable

The VGTableStatistics type exposes the following members.

Constructors
  NameDescription
Public methodVGTableStatistics
Initializes a new instance of the VGTableStatistics class
Protected methodVGTableStatistics(SerializationInfo, StreamingContext)
Initializes a new instance of the VGTableStatistics class
Top
Properties
  NameDescription
Public propertyComparer (Inherited from DictionaryVGEntityStorage, VGTableStatistic.)
Public propertyCount (Inherited from DictionaryVGEntityStorage, VGTableStatistic.)
Public propertyItem
Gets or sets the value associated with the specified key.
(Inherited from DictionaryVGEntityStorage, VGTableStatistic.)
Public propertyKeys (Inherited from DictionaryVGEntityStorage, VGTableStatistic.)
Public propertyValues (Inherited from DictionaryVGEntityStorage, VGTableStatistic.)
Top
Methods
  NameDescription
Public methodAdd
Adds the specified key and value to the dictionary.
(Inherited from DictionaryVGEntityStorage, VGTableStatistic.)
Public methodClear (Inherited from DictionaryVGEntityStorage, VGTableStatistic.)
Public methodContainsKey (Inherited from DictionaryVGEntityStorage, VGTableStatistic.)
Public methodContainsValue (Inherited from DictionaryVGEntityStorage, VGTableStatistic.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGet
Public methodGetEnumerator (Inherited from DictionaryVGEntityStorage, VGTableStatistic.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetObjectData
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHasKey
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOnDeserialization
Implements the ISerializable interface and raises the deserialization event when the deserialization is complete.
(Inherited from DictionaryVGEntityStorage, VGTableStatistic.)
Public methodRemove (Inherited from DictionaryVGEntityStorage, VGTableStatistic.)
Public methodSet
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetValue
Gets the value associated with the specified key.
(Inherited from DictionaryVGEntityStorage, VGTableStatistic.)
Top
See Also