Pivotal GemFire Native .NET Reference
10.0.5
|
An immutable filename wrapper that can serve as a distributable key object for caching as well as being a string value. More...
Inherits Apache::Geode::Client::ICacheableKey, and Apache::Geode::Client::IDataSerializablePrimitive.
Public Member Functions | |
virtual bool | Equals (ICacheableKey^ other) |
Return true if this key matches other object. More... | |
virtual bool | Equals (Object^ obj) override |
Return true if this key matches other object. More... | |
virtual System::Int32 | GetHashCode () override |
Return the hashcode for this key. More... | |
virtual String ^ | ToString () override |
Return a string representation of the object. More... | |
Static Public Member Functions | |
static CacheableFileName ^ | Create (array< Char >^ value) |
Static function to create a new instance from the given character array. More... | |
static CacheableFileName ^ | Create (String^ value) |
Static function to create a new instance from the given string. More... | |
Properties | |
String^ | Value [get] |
Gets the string value. More... | |
An immutable filename wrapper that can serve as a distributable key object for caching as well as being a string value.
|
inlinestatic |
Static function to create a new instance from the given character array.
|
inlinestatic |
Static function to create a new instance from the given string.
|
virtual |
Return true if this key matches other object.
Implements Apache::Geode::Client::ICacheableKey.
|
overridevirtual |
Return true if this key matches other object.
|
overridevirtual |
Return the hashcode for this key.
Implements Apache::Geode::Client::ICacheableKey.
|
inlineoverridevirtual |
Return a string representation of the object.
Implements Apache::Geode::Client::ISerializable.
|
get |
Gets the string value.