Ejemplo n.º 1
0
 public long GetLongKeyHash()
 {
     return(KeyHashProvider.GetLongKeyHash(this, PropertyDelimiter, CompositeKeyProperties));
 }
Ejemplo n.º 2
0
 public int GetIntKeyHash()
 {
     return(KeyHashProvider.GetIntKeyHash(this, PropertyDelimiter, CompositeKeyProperties));
 }