Click or drag to resize

AutoGeneratedAttribute Class

Mark a CustomPropertyValue member as being an AutoGenerated property (AutoGenerated).
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Demo3D.NativeAutoGeneratedAttribute

Namespace:  Demo3D.Native
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public class AutoGeneratedAttribute : Attribute

The AutoGeneratedAttribute type exposes the following members.

Constructors
  NameDescription
Public methodAutoGeneratedAttribute
Constructor to be explicit about whether the property is AutoGenerated or not.
Top
Properties
  NameDescription
Public propertyAutoGenerated
The state of whether the property is AutoGenerated.
Top
See Also