Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Sealed class: RT.Serialization.ClassifyIgnoreIfAttribute

Summary

If this attribute is used on a field or automatically-implemented property, Classify omits its serialization if the field’s or property’s value is equal to the specified value. See also remarks.

Remarks

Using this together with ClassifyIgnoreIfDefaultAttribute will cause the distinction between the type’s default value and the specified value to be lost.

Constructors

Constructs an ClassifyIgnoreIfAttribute instance.

Instance properties

objectRetrieves the value which causes a field or automatically-implemented property to be ignored.