Exemplo n.º 1
0
 public identify(identify idObject)
 {
     _ID   = idObject;
     _type = idObject;
 }
Exemplo n.º 2
0
 public identify(identify idObject)
 {
     _ID = idObject;
     _type = idObject;
 }
Exemplo n.º 3
0
 public identify(e_objectType type)
 {
     this._type = type;
     _ID        = Guid.NewGuid();
 }
Exemplo n.º 4
0
 public identify(e_objectType type)
 {
     this._type = type;
     _ID = Guid.NewGuid();
 }