Class NoDataAttribute
Opt-out attribute for the change tracking of ChangeTrackingObject
Namespace: Sartorius.SAF.Annotations
Assembly: Sartorius.SAF.dll
Syntax
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Property)]
public sealed class NoDataAttribute : Attribute
Remarks
When a property has this attribute set, it will not trigger a change of HasChanges. When this property is set for a type no property change will trigger DataPropertyChanged or a change of HasChanges