Exemple #1
0
 /// <summary>
 /// Deserialize the entity out of the provided hashtable.
 /// Use helper function DeserializeToken automatically unpack any tokens
 /// </summary>
 public virtual void Deserialize(Hashtable h)
 {
     h.SetOnKey(PConst.eidChar, ref EntityID);
     h.SetOnKey(PConst.athChar, ref authorityID);
 }