Example #1
0
 IFromOut_PERSON_BECOMES_EMPLOYEE_REL IFromOut_PERSON_BECOMES_EMPLOYEE_REL.Alias(out PERSON_BECOMES_EMPLOYEE_ALIAS alias)
 {
     return(Alias(out alias));
 }
Example #2
0
 public PERSON_BECOMES_EMPLOYEE_REL Alias(out PERSON_BECOMES_EMPLOYEE_ALIAS alias)
 {
     alias             = new PERSON_BECOMES_EMPLOYEE_ALIAS(this);
     RelationshipAlias = alias;
     return(this);
 }