Syntax
| C# |
|---|
[SerializableAttribute] public sealed class Properties |
| Visual Basic (Declaration) |
|---|
<SerializableAttribute> _ Public NotInheritable Class Properties |
| Visual C++ |
|---|
[SerializableAttribute] public ref class Properties sealed |
The type exposes the following members.
Public Constructors
| Name | Description | |
|---|---|---|
| PropertiesPropertiesNew |
Default constructor: returns an empty collection.
|
Public Methods
| Name | Description | |
|---|---|---|
| AddAll |
Adds the contents of other to this instance, replacing
any existing values with those from other.
| |
| Create |
Factory method to create an empty collection of properties.
| |
| Equals | (Inherited from Object.) | |
| Find | Overloaded. | |
| ForEach |
Execute the Visitor delegate for each entry in the collection.
| |
| FromData |
Deserializes this Properties object.
| |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetObjectData | ||
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Insert | Overloaded. | |
| Load |
Reads property values from a file, overriding what is currently
in the properties object.
| |
| Remove | Overloaded. | |
| ToData |
Serializes this Properties object.
| |
| ToString |
Returns a string representation of the current
Properties object.
(Overrides Object..::ToString()().) |
Protected Methods
| Name | Description | |
|---|---|---|
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
Public Properties
| Name | Description | |
|---|---|---|
| ClassId |
Returns the classId of this class for serialization.
| |
| ObjectSize |
return the size of this object in bytes
| |
| Size |
Return the number of entries in the collection.
|
See Also
GemStone.GemFire.Cache Namespace