Пример #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 <NullFkeyChildColumn>(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 <TimestampPkColumn>(columnName)));
 }
Пример #3
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 <TestIssue117TablebColumn>(columnName)));
 }
Пример #4
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 <AwBuildVersionColumn>(columnName)));
 }
Пример #5
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 <DepartmentColumn>(columnName)));
 }
Пример #6
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 <ProductCategoryColumn>(columnName)));
 }
Пример #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 <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)));
 }
 /// <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)));
 }