Show / Hide Table of Contents

    Class ShardsValues<TShard>

    Inheritance
    System.Object
    ShardsValues<TShard>
    Implements
    System.Collections.ICollection
    System.Collections.Generic.IEnumerable<ShardParameterValue<TShard>>
    System.Collections.IEnumerable
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: ArgentSea
    Assembly: ArgentSea.dll
    Syntax
    public class ShardsValues<TShard> : ICollection, IEnumerable<ShardParameterValue<TShard>>, IEnumerable where TShard : IComparable
    Type Parameters
    Name Description
    TShard

    Constructors

    | Improve this Doc View Source

    ShardsValues()

    Declaration
    public ShardsValues()
    | Improve this Doc View Source

    ShardsValues(Dictionary<TShard, IDictionary<String, Object>>)

    Declaration
    public ShardsValues(Dictionary<TShard, IDictionary<string, object>> shards)
    Parameters
    Type Name Description
    System.Collections.Generic.Dictionary<TShard, System.Collections.Generic.IDictionary<System.String, System.Object>> shards
    | Improve this Doc View Source

    ShardsValues(IList<TShard>)

    Declaration
    public ShardsValues(IList<TShard> list)
    Parameters
    Type Name Description
    System.Collections.Generic.IList<TShard> list

    Properties

    | Improve this Doc View Source

    Count

    Declaration
    public int Count { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    IsSynchronized

    Declaration
    public bool IsSynchronized { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Shards

    Declaration
    public IDictionary<TShard, IDictionary<string, object>> Shards { get; }
    Property Value
    Type Description
    System.Collections.Generic.IDictionary<TShard, System.Collections.Generic.IDictionary<System.String, System.Object>>
    | Improve this Doc View Source

    SyncRoot

    Declaration
    public object SyncRoot { get; }
    Property Value
    Type Description
    System.Object

    Methods

    | Improve this Doc View Source

    Add(TShard)

    Declaration
    public ShardsValues<TShard> Add(TShard shardId)
    Parameters
    Type Name Description
    TShard shardId
    Returns
    Type Description
    ShardsValues<TShard>
    | Improve this Doc View Source

    Add(TShard, String, Object)

    Declaration
    public ShardsValues<TShard> Add(TShard shardId, string parameterName, object parameterValue)
    Parameters
    Type Name Description
    TShard shardId
    System.String parameterName
    System.Object parameterValue
    Returns
    Type Description
    ShardsValues<TShard>
    | Improve this Doc View Source

    CopyTo(Array, Int32)

    Declaration
    public void CopyTo(Array array, int index)
    Parameters
    Type Name Description
    System.Array array
    System.Int32 index
    | Improve this Doc View Source

    GetEnumerator()

    Declaration
    public IEnumerator GetEnumerator()
    Returns
    Type Description
    System.Collections.IEnumerator
    | Improve this Doc View Source

    Merge(ShardsValues<TShard>)

    Declaration
    public void Merge(ShardsValues<TShard> values)
    Parameters
    Type Name Description
    ShardsValues<TShard> values
    | Improve this Doc View Source

    Merge(IList<TShard>)

    Declaration
    public void Merge(IList<TShard> shardIds)
    Parameters
    Type Name Description
    System.Collections.Generic.IList<TShard> shardIds
    | Improve this Doc View Source

    Remove(TShard)

    Declaration
    public void Remove(TShard shardId)
    Parameters
    Type Name Description
    TShard shardId

    Explicit Interface Implementations

    | Improve this Doc View Source

    IEnumerable<ShardParameterValue<TShard>>.GetEnumerator()

    Declaration
    IEnumerator<ShardParameterValue<TShard>> IEnumerable<ShardParameterValue<TShard>>.GetEnumerator()
    Returns
    Type Description
    System.Collections.Generic.IEnumerator<ShardParameterValue<TShard>>

    Implements

    System.Collections.ICollection
    System.Collections.Generic.IEnumerable<T>
    System.Collections.IEnumerable
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX