예제 #1
0
 public CuentaEmpresa NewItem(Empresa parent)
 {
     this.NewItem(CuentaEmpresa.NewChild(parent));
     return(this[Count - 1]);
 }
예제 #2
0
 public static ISchema GetISchema(long oid)
 {
     return((ISchema)Empresa.Get(oid));
 }
예제 #3
0
 public ISchema IGetSchema(long oid)
 {
     return((ISchema)Empresa.Get(oid));
 }
예제 #4
0
 public void CopyFrom(Empresa source)
 {
     CopyValues(source);
 }