Class BlockGroupsCache
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: FixAntenna.Fix.Validation.Engine.Utils.Cache
Assembly: FixAntenna.Validation.dll
Syntax
public class BlockGroupsCache : AbstractGroupsCache, ICache<int, Field>, ICloneable
Constructors
BlockGroupsCache(String, IDictionary<Int32, Field>)
Constructor for create instance of BlockGroupsCache
Declaration
public BlockGroupsCache(string id, IDictionary<int, Field> value)
Parameters
Type | Name | Description |
---|---|---|
System.String | id | |
System.Collections.Generic.IDictionary<System.Int32, Field> | value |
Methods
Clone()
Declaration
public override object Clone()
Returns
Type | Description |
---|---|
System.Object |
Overrides
GetIdRef()
Declaration
public virtual string GetIdRef()
Returns
Type | Description |
---|---|
System.String | the idRef |
GetMapCashe()
Declaration
public virtual IDictionary<int, Field> GetMapCashe()
Returns
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.Int32, Field> | the idRef |
Implements
System.ICloneable