ScriptAttributeBase Class

Common VAF Attribute base class. If these attributes match a certain environment, the attached method will be executed.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public abstract class ScriptAttributeBase : Attribute
Inheritance
Object    Attribute    ScriptAttributeBase
Derived

Constructors

ScriptAttributeBase Creates a new instance of this attribute.

Properties

Class The objects of a specific class to which the method is bound. (All classes assumed if not specified.)
ObjectType The object type to which the method is bound. (All object types assumed if not specified.)
Priority The event handling priority. The highest priority handlers receive the event first. Large number indicates a high priority. 0 is the default value.

Fields

classIdentifier Internal MFIdentifier version of the Class.
objectTypeIdentifier Internal MFIdentifier of the ObjectType.

See Also