Beispiel #1
0
 public virtual MaterialPurchasDtl DeepCopy()
 {
     return(EntityHelper.Clone <MaterialPurchasDtl>(this as MaterialPurchasDtl));
 }
Beispiel #2
0
 private void InitializeList()
 {
     this._propertyCollection = EntityHelper.GetBindableProperties(typeof(T));
     this._listName           = typeof(T).Name;
 }
Beispiel #3
0
 public virtual DictionaryItem DeepCopy()
 {
     return(EntityHelper.Clone <DictionaryItem>(this as DictionaryItem));
 }
Beispiel #4
0
 public virtual InspectSituation DeepCopy()
 {
     return(EntityHelper.Clone <InspectSituation>(this as InspectSituation));
 }
Beispiel #5
0
 public virtual ContractCost DeepCopy()
 {
     return(EntityHelper.Clone <ContractCost>(this as ContractCost));
 }
Beispiel #6
0
 public virtual SystemUser DeepCopy()
 {
     return(EntityHelper.Clone <SystemUser>(this as SystemUser));
 }
Beispiel #7
0
 public virtual ContractBill DeepCopy()
 {
     return(EntityHelper.Clone <ContractBill>(this as ContractBill));
 }
Beispiel #8
0
 public virtual Trouble DeepCopy()
 {
     return(EntityHelper.Clone <Trouble>(this as Trouble));
 }