/// <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 <UserGroupColumn>(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 <RolePermissionColumn>(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 <EvlScoredescriptionColumn>(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 <EvlBehaviorColumn>(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 <VuCatogaryManagerColumn>(columnName)));
 }