Exemplo n.º 1
0
 ///<summary>
 ///  Returns a Typed NullFkeyChild Entity which is a deep copy of the current entity.
 ///</summary>
 public virtual NullFkeyChild DeepCopy()
 {
     return(EntityHelper.Clone <NullFkeyChild>(this as NullFkeyChild));
 }
 ///<summary>
 ///  Returns a Typed TimestampPk Entity which is a deep copy of the current entity.
 ///</summary>
 public virtual TimestampPk DeepCopy()
 {
     return(EntityHelper.Clone <TimestampPk>(this as TimestampPk));
 }
Exemplo n.º 3
0
 ///<summary>
 ///  Returns a Typed TestTimestamp Entity which is a deep copy of the current entity.
 ///</summary>
 public virtual TestTimestamp DeepCopy()
 {
     return(EntityHelper.Clone <TestTimestamp>(this as TestTimestamp));
 }
Exemplo n.º 4
0
 ///<summary>
 ///  Returns a Typed AwBuildVersion Entity which is a deep copy of the current entity.
 ///</summary>
 public virtual AwBuildVersion DeepCopy()
 {
     return(EntityHelper.Clone <AwBuildVersion>(this as AwBuildVersion));
 }
Exemplo n.º 5
0
 ///<summary>
 ///  Returns a Typed Illustration Entity which is a deep copy of the current entity.
 ///</summary>
 public virtual Illustration DeepCopy()
 {
     return(EntityHelper.Clone <Illustration>(this as Illustration));
 }
 ///<summary>
 ///  Returns a Typed NullFkeyParent Entity which is a deep copy of the current entity.
 ///</summary>
 public virtual NullFkeyParent DeepCopy()
 {
     return(EntityHelper.Clone <NullFkeyParent>(this as NullFkeyParent));
 }
Exemplo n.º 7
0
 ///<summary>
 ///  Returns a Typed TestIssue117Tableb Entity which is a deep copy of the current entity.
 ///</summary>
 public virtual TestIssue117Tableb DeepCopy()
 {
     return(EntityHelper.Clone <TestIssue117Tableb>(this as TestIssue117Tableb));
 }
 ///<summary>
 ///  Returns a Typed TestVariant Entity which is a deep copy of the current entity.
 ///</summary>
 public virtual TestVariant DeepCopy()
 {
     return(EntityHelper.Clone <TestVariant>(this as TestVariant));
 }
Exemplo n.º 9
0
 ///<summary>
 ///  Returns a Typed Department Entity which is a deep copy of the current entity.
 ///</summary>
 public virtual Department DeepCopy()
 {
     return(EntityHelper.Clone <Department>(this as Department));
 }
Exemplo n.º 10
0
 ///<summary>
 ///  Returns a Typed ProductCategory Entity which is a deep copy of the current entity.
 ///</summary>
 public virtual ProductCategory DeepCopy()
 {
     return(EntityHelper.Clone <ProductCategory>(this as ProductCategory));
 }
Exemplo n.º 11
0
 ///<summary>
 ///  Returns a Typed JobCandidate Entity which is a deep copy of the current entity.
 ///</summary>
 public virtual JobCandidate DeepCopy()
 {
     return(EntityHelper.Clone <JobCandidate>(this as JobCandidate));
 }
 ///<summary>
 ///  Returns a Typed ScrapReason Entity which is a deep copy of the current entity.
 ///</summary>
 public virtual ScrapReason DeepCopy()
 {
     return(EntityHelper.Clone <ScrapReason>(this as ScrapReason));
 }
 ///<summary>
 ///  Returns a Typed ContactType Entity which is a deep copy of the current entity.
 ///</summary>
 public virtual ContactType DeepCopy()
 {
     return(EntityHelper.Clone <ContactType>(this as ContactType));
 }