Class NoDiffAttribute
Indicates that a property should not be checked for differences by automatic difference detectors.
Implements
Inherited Members
Namespace: Algenta.Colectica.Model
Assembly: Algenta.Colectica.Model.dll
Syntax
[AttributeUsage(AttributeTargets.All, AllowMultiple = false, Inherited = true)]
public sealed class NoDiffAttribute : Attribute, _Attribute