Click or drag to resize

GeneratePropertyAttribute Class

Attribute to generate properties for a class.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Emulate3D.SourceGeneratorsGeneratePropertyAttribute
      Emulate3D.SourceGeneratorsGenerateBindablePropertyAttribute

Namespace: Emulate3D.SourceGenerators
Assembly: Emulate3D.SourceGenerators (in Emulate3D.SourceGenerators.dll) Version: 19.01.00
Syntax
C#
public class GeneratePropertyAttribute : Attribute

The GeneratePropertyAttribute type exposes the following members.

Constructors
 NameDescription
Public methodGeneratePropertyAttributeInitializes a new instance of the GeneratePropertyAttribute class
Top
Properties
 NameDescription
Public propertyOnChangedEventAccessModifier The AccessModifier for the generated OnChanged events.
Public propertyPropertyAccessModifier The AccessModifier for the generated property.
Public propertyUpdateMethod The method to call when the property is updated.
Top
See Also