Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Sealed class: RT.Serialization.ClassifyNameAttribute

Summary

Use on a field or automatically-implemented property to override the default naming behavior of Classify. When used on a type, affects the names of fields and automatically-implemented properties declared in that type, not the type name.

Constructors

Constructor.
ClassifyNameAttribute(string serializedName)

Instance properties

ClassifyNameConvention? The naming convention to apply to the field names, or null to use ClassifyNameAttribute.SerializedName instead.
string An alternative name to use for this field in serialization, or null to use ClassifyNameAttribute.Convention instead.