Nettiers.AdventureWorks.Entities.VProductAndDescriptionBase.AcceptChanges C# (CSharp) Метод

AcceptChanges() публичный Метод

Accepts the changes made to this object by setting each flags to false.
public AcceptChanges ( ) : void
Результат void
		public virtual void AcceptChanges()
		{
			this._isDeleted = false;
			this._isDirty = false;
			this._isNew = false;
			OnPropertyChanged(string.Empty);
		}