Class GroupCacheKey
Inheritance
System.Object
GroupCacheKey
Implements
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: FixAntenna.Fix.Validation.Engine.Utils.Cache.Keys
Assembly: FixAntenna.Validation.dll
Syntax
public class GroupCacheKey : IKey<int?, int?>
Constructors
GroupCacheKey(Nullable<Int32>, Nullable<Int32>)
Declaration
public GroupCacheKey(int? primaryKey, int? foreignKey)
Parameters
Type | Name | Description |
---|---|---|
System.Nullable<System.Int32> | primaryKey | |
System.Nullable<System.Int32> | foreignKey |
Methods
Equals(Object)
Declaration
public override bool Equals(object o)
Parameters
Type | Name | Description |
---|---|---|
System.Object | o |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
System.Object.Equals(System.Object)
GetForeignKey()
Declaration
public int? GetForeignKey()
Returns
Type | Description |
---|---|
System.Nullable<System.Int32> |
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
System.Object.GetHashCode()
GetPrimaryKey()
Declaration
public int? GetPrimaryKey()
Returns
Type | Description |
---|---|
System.Nullable<System.Int32> |
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()