コード例 #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));
 }
コード例 #2
0
 ///<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));
 }
コード例 #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));
 }
コード例 #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));
 }
コード例 #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));
 }
コード例 #6
0
 ///<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));
 }
コード例 #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));
 }
コード例 #8
0
 ///<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));
 }
コード例 #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));
 }
コード例 #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));
 }
コード例 #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));
 }
コード例 #12
0
 ///<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));
 }
コード例 #13
0
 ///<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));
 }