///<summary>
 ///  Returns a Typed UserGroup Entity which is a deep copy of the current entity.
 ///</summary>
 public virtual UserGroup DeepCopy()
 {
     return(EntityHelper.Clone <UserGroup>(this as UserGroup));
 }
Exemple #2
0
 ///<summary>
 ///  Returns a Typed EvlUsertype Entity which is a deep copy of the current entity.
 ///</summary>
 public virtual EvlUsertype DeepCopy()
 {
     return(EntityHelper.Clone <EvlUsertype>(this as EvlUsertype));
 }
 ///<summary>
 ///  Returns a Typed RolePermission Entity which is a deep copy of the current entity.
 ///</summary>
 public virtual RolePermission DeepCopy()
 {
     return(EntityHelper.Clone <RolePermission>(this as RolePermission));
 }
 ///<summary>
 ///  Returns a Typed CallRoles Entity which is a deep copy of the current entity.
 ///</summary>
 public virtual CallRoles DeepCopy()
 {
     return(EntityHelper.Clone <CallRoles>(this as CallRoles));
 }
 ///<summary>
 ///  Returns a Typed SysLog Entity which is a deep copy of the current entity.
 ///</summary>
 public virtual SysLog DeepCopy()
 {
     return(EntityHelper.Clone <SysLog>(this as SysLog));
 }
Exemple #6
0
 ///<summary>
 ///  Returns a Typed EvlScoredescription Entity which is a deep copy of the current entity.
 ///</summary>
 public virtual EvlScoredescription DeepCopy()
 {
     return(EntityHelper.Clone <EvlScoredescription>(this as EvlScoredescription));
 }
Exemple #7
0
 ///<summary>
 ///  Returns a Typed EvlBehavior Entity which is a deep copy of the current entity.
 ///</summary>
 public virtual EvlBehavior DeepCopy()
 {
     return(EntityHelper.Clone <EvlBehavior>(this as EvlBehavior));
 }
Exemple #8
0
 ///<summary>
 ///  Returns a Typed VuGroupItem Entity which is a deep copy of the current entity.
 ///</summary>
 public virtual VuGroupItem DeepCopy()
 {
     return(EntityHelper.Clone <VuGroupItem>(this as VuGroupItem));
 }
 ///<summary>
 ///  Returns a Typed VuRights Entity which is a deep copy of the current entity.
 ///</summary>
 public virtual VuRights DeepCopy()
 {
     return(EntityHelper.Clone <VuRights>(this as VuRights));
 }
 ///<summary>
 ///  Returns a Typed EvlAssessment Entity which is a deep copy of the current entity.
 ///</summary>
 public virtual EvlAssessment DeepCopy()
 {
     return(EntityHelper.Clone <EvlAssessment>(this as EvlAssessment));
 }
Exemple #11
0
 ///<summary>
 ///  Returns a Typed VuGroupList Entity which is a deep copy of the current entity.
 ///</summary>
 public virtual VuGroupList DeepCopy()
 {
     return(EntityHelper.Clone <VuGroupList>(this as VuGroupList));
 }
Exemple #12
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));
 }
Exemple #13
0
 ///<summary>
 ///  Returns a Typed VuCatogaryManager Entity which is a deep copy of the current entity.
 ///</summary>
 public virtual VuCatogaryManager DeepCopy()
 {
     return(EntityHelper.Clone <VuCatogaryManager>(this as VuCatogaryManager));
 }
Exemple #14
0
 ///<summary>
 ///  Returns a Typed UserRole Entity which is a deep copy of the current entity.
 ///</summary>
 public virtual UserRole DeepCopy()
 {
     return(EntityHelper.Clone <UserRole>(this as UserRole));
 }