Click or drag to resize
MapSet Class

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

Inheritance Hierarchy
SystemObject
  System.Collections.GenericDictionaryRiakString, IListByte
    RiakClient.Commands.CRDTMapMapOfIListByte
      RiakClient.Commands.CRDTMapSet

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

The MapSet type exposes the following members.

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