예제 #1
0
 ///<summary>
 ///  Returns a Typed Date Entity which is a deep copy of the current entity.
 ///</summary>
 public virtual Date DeepCopy()
 {
     return(EntityHelper.Clone <Date>(this as Date));
 }
예제 #2
0
 ///<summary>
 ///  Returns a Typed FrmType Entity which is a deep copy of the current entity.
 ///</summary>
 public virtual FrmType DeepCopy()
 {
     return(EntityHelper.Clone <FrmType>(this as FrmType));
 }
예제 #3
0
 ///<summary>
 ///  Returns a Typed NonPlu Entity which is a deep copy of the current entity.
 ///</summary>
 public virtual NonPlu DeepCopy()
 {
     return(EntityHelper.Clone <NonPlu>(this as NonPlu));
 }
 ///<summary>
 ///  Returns a Typed MercLocation Entity which is a deep copy of the current entity.
 ///</summary>
 public virtual MercLocation DeepCopy()
 {
     return(EntityHelper.Clone <MercLocation>(this as MercLocation));
 }
예제 #5
0
 ///<summary>
 ///  Returns a Typed GoodsGrp Entity which is a deep copy of the current entity.
 ///</summary>
 public virtual GoodsGrp DeepCopy()
 {
     return(EntityHelper.Clone <GoodsGrp>(this as GoodsGrp));
 }
예제 #6
0
 ///<summary>
 ///  Returns a Typed TransValue Entity which is a deep copy of the current entity.
 ///</summary>
 public virtual TransValue DeepCopy()
 {
     return(EntityHelper.Clone <TransValue>(this as TransValue));
 }
예제 #7
0
 ///<summary>
 ///  Returns a Typed Unit Entity which is a deep copy of the current entity.
 ///</summary>
 public virtual Unit DeepCopy()
 {
     return(EntityHelper.Clone <Unit>(this as Unit));
 }
예제 #8
0
 ///<summary>
 ///  Returns a Typed Utils Entity which is a deep copy of the current entity.
 ///</summary>
 public virtual Utils DeepCopy()
 {
     return(EntityHelper.Clone <Utils>(this as Utils));
 }
예제 #9
0
 ///<summary>
 ///  Returns a Typed Currency Entity which is a deep copy of the current entity.
 ///</summary>
 public virtual Currency DeepCopy()
 {
     return(EntityHelper.Clone <Currency>(this as Currency));
 }
 ///<summary>
 ///  Returns a Typed Language Entity which is a deep copy of the current entity.
 ///</summary>
 public virtual Language DeepCopy()
 {
     return(EntityHelper.Clone <Language>(this as Language));
 }
예제 #11
0
 ///<summary>
 ///  Returns a Typed Files Entity which is a deep copy of the current entity.
 ///</summary>
 public virtual Files DeepCopy()
 {
     return(EntityHelper.Clone <Files>(this as Files));
 }
 ///<summary>
 ///  Returns a Typed Transnum Entity which is a deep copy of the current entity.
 ///</summary>
 public virtual Transnum DeepCopy()
 {
     return(EntityHelper.Clone <Transnum>(this as Transnum));
 }
예제 #13
0
 ///<summary>
 ///  Returns a Typed KitInfo Entity which is a deep copy of the current entity.
 ///</summary>
 public virtual KitInfo DeepCopy()
 {
     return(EntityHelper.Clone <KitInfo>(this as KitInfo));
 }
예제 #14
0
 ///<summary>
 ///  Returns a Typed Barcode Entity which is a deep copy of the current entity.
 ///</summary>
 public virtual Barcode DeepCopy()
 {
     return(EntityHelper.Clone <Barcode>(this as Barcode));
 }