/// <summary> /// Determines whether the property value has changed from the original data. /// </summary> /// <param name="columnName">The column name.</param> /// <returns> /// <c>true</c> if the property value has changed; otherwise, <c>false</c>. /// </returns> public override bool IsPropertyChanged(string columnName) { return(IsPropertyChanged(EntityHelper.GetEnumValue <EvlBehaviordescriptionColumn>(columnName))); }
/// <summary> /// Determines whether the property value has changed from the original data. /// </summary> /// <param name="columnName">The column name.</param> /// <returns> /// <c>true</c> if the property value has changed; otherwise, <c>false</c>. /// </returns> public override bool IsPropertyChanged(string columnName) { return(IsPropertyChanged(EntityHelper.GetEnumValue <VuRightsColumn>(columnName))); }
///<summary> /// Returns a Typed EvlBehaviordescription Entity which is a deep copy of the current entity. ///</summary> public virtual EvlBehaviordescription DeepCopy() { return(EntityHelper.Clone <EvlBehaviordescription>(this as EvlBehaviordescription)); }
///<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> /// Determines whether the property value has changed from the original data. /// </summary> /// <param name="columnName">The column name.</param> /// <returns> /// <c>true</c> if the property value has changed; otherwise, <c>false</c>. /// </returns> public override bool IsPropertyChanged(string columnName) { return(IsPropertyChanged(EntityHelper.GetEnumValue <EvlAssessmentColumn>(columnName))); }
///<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)); }
///<summary> /// Returns a Typed EvlUser Entity which is a deep copy of the current entity. ///</summary> public virtual EvlUser DeepCopy() { return(EntityHelper.Clone <EvlUser>(this as EvlUser)); }
///<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)); }
///<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)); }