PropertiesTPropKey, TPropValue Class |
Namespace: GemStone.GemFire.Cache.Generic
[SerializableAttribute] public sealed class Properties<TPropKey, TPropValue> : [T:GemStone.GemFire.Cache.Generic.Internal.SBWrap<gemfire::Properties>], IGFSerializable, ISerializable
The PropertiesTPropKey, TPropValue type exposes the following members.
Name | Description | |
---|---|---|
![]() | PropertiesTPropKey, TPropValue |
Default constructor: returns an empty collection.
|
Name | Description | |
---|---|---|
![]() | ClassId |
Returns the classId of this class for serialization.
|
![]() | NativeIntPtr |
Get the underlying native unmanaged pointer.
|
![]() | ObjectSize |
return the size of this object in bytes
|
![]() | Size |
Return the number of entries in the collection.
|
Name | Description | |
---|---|---|
![]() | AddAll | |
![]() ![]() | CreateTPropKey, TPropValue |
Factory method to create an empty collection of properties.
|
![]() ![]() | CreateFromVoidPtrTPropKey, TPropValue |
Internal factory function to wrap a native object pointer inside
this managed class with null pointer check.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Find |
Return the value for the given key, or NULL if not found.
|
![]() | ForEach | |
![]() | FromData |
Deserializes this Properties object.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetObjectData | |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Insert |
Add or update the string value for key.
|
![]() | Load |
Reads property values from a file, overriding what is currently
in the properties object.
|
![]() | Remove |
Remove the key from the collection.
|
![]() | ToData |
Serializes this Properties object.
|
![]() | ToString |
Returns a string representation of the current
Properties object.
(Overrides ObjectToString.) |