Exemple #1
0
 /// <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 <JobCandidateColumn>(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 <ScrapReasonColumn>(columnName)));
 }
Exemple #3
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>
 /// 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 <ContactTypeColumn>(columnName)));
 }
 ///<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));
 }
Exemple #7
0
 /// <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 <TestIssue117TableaColumn>(columnName)));
 }
Exemple #8
0
 ///<summary>
 ///  Returns a Typed TestIssue117Tablea Entity which is a deep copy of the current entity.
 ///</summary>
 public virtual TestIssue117Tablea DeepCopy()
 {
     return(EntityHelper.Clone <TestIssue117Tablea>(this as TestIssue117Tablea));
 }