Click or drag to resize
MapRegister Class

[Missing <summary> documentation for "T:RiakClient.Commands.CRDT.Map.Register"]

Inheritance Hierarchy
SystemObject
  System.Collections.GenericDictionaryRiakString, Byte
    RiakClient.Commands.CRDTMapMapOfByte
      RiakClient.Commands.CRDTMapRegister

Namespace:  RiakClient.Commands.CRDT
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
[SerializableAttribute]
public class Register : MapMapOf<byte[]>

The MapRegister type exposes the following members.

Constructors
  NameDescription
Public methodMapRegister
Initializes a new instance of the MapRegister class
Protected methodMapRegister(SerializationInfo, StreamingContext)
Initializes a new instance of the MapRegister class
Top
Properties
  NameDescription
Public propertyComparer (Inherited from DictionaryRiakString, Byte.)
Public propertyCount (Inherited from DictionaryRiakString, Byte.)
Public propertyItem
Gets or sets the value associated with the specified key.
(Inherited from DictionaryRiakString, Byte.)
Public propertyKeys (Inherited from DictionaryRiakString, Byte.)
Public propertyValues (Inherited from DictionaryRiakString, Byte.)
Top
Methods
  NameDescription
Public methodAdd
Adds the specified key and value to the dictionary.
(Inherited from DictionaryRiakString, Byte.)
Public methodClear (Inherited from DictionaryRiakString, Byte.)
Public methodContainsKey (Inherited from DictionaryRiakString, Byte.)
Public methodContainsValue (Inherited from DictionaryRiakString, Byte.)
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 methodGetEnumerator (Inherited from DictionaryRiakString, Byte.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetObjectData (Inherited from DictionaryRiakString, Byte.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue
Public methodGetValueAsRiakString
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 DictionaryRiakString, Byte.)
Public methodRemove (Inherited from DictionaryRiakString, Byte.)
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 DictionaryRiakString, Byte.)
Top
See Also