Example #1
0
 /// <summary>
 /// override method
 /// </summary>
 public override int GetHashCode()
 {
     try
     {
         return(_pk().GetHashCode());
     }
     catch (System.Exception)
     {
         YPF.Comercial.RRCC.SUP.intrnl.SISSubscriptionKey _key = new YPF.Comercial.RRCC.SUP.intrnl.SISSubscriptionKey();
         _key.Domain    = (Domain);
         _key.Package   = (Package);
         _key.SyncGroup = (SyncGroup);
         _key.ClientId  = (ClientId);
         return(_key.GetHashCode());
     }
 }
Example #2
0
 /// <summary>
 /// override method
 /// </summary>
 public override int GetHashCode()
 {
     try
     {
         return _pk().GetHashCode();
     }
     catch(System.Exception)
     {
         YPF.Comercial.RRCC.SUP.intrnl.SISSubscriptionKey _key = new YPF.Comercial.RRCC.SUP.intrnl.SISSubscriptionKey();
         _key.Domain =(Domain);
         _key.Package =(Package);
         _key.SyncGroup =(SyncGroup);
         _key.ClientId =(ClientId);
         return _key.GetHashCode();
     }
 }