TExternalBasePropertyOrderAttribute ClassVisual Signal ExternalBase Class Library Documentation
API version 1.5.2

[This is preliminary documentation and is subject to change.]

This is the PropertyOrder attribute to be used when defining a property, indicating the order in which the property is to be displayed in the VisualSignal property window.
Inheritance Hierarchy

SystemObject
  SystemAttribute
    VSignal.ExternalBaseTExternalBasePropertyOrderAttribute

Namespace: VSignal.ExternalBase
Assembly: vsmExternalBase (in vsmExternalBase.dll) Version: 1.6.0.0
Syntax

[AttributeUsageAttribute(AttributeTargets.Property)]
public class PropertyOrderAttribute : Attribute

The TExternalBasePropertyOrderAttribute type exposes the following members.

Constructors

  NameDescription
Public methodTExternalBasePropertyOrderAttribute
Define the property order
Top
Methods

  NameDescription
Public methodEquals (Inherited from Attribute.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Attribute.)
Public methodGetType (Inherited from Object.)
Public methodIsDefaultAttribute (Inherited from Attribute.)
Public methodMatch (Inherited from Attribute.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Properties

  NameDescription
Public propertyOrder
The property order
Public propertyTypeId (Inherited from Attribute.)
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implementationPrivate method_AttributeGetIDsOfNames (Inherited from Attribute.)
Explicit interface implementationPrivate method_AttributeGetTypeInfo (Inherited from Attribute.)
Explicit interface implementationPrivate method_AttributeGetTypeInfoCount (Inherited from Attribute.)
Explicit interface implementationPrivate method_AttributeInvoke (Inherited from Attribute.)
Top
See Also

Reference