PropertyCustomValueAttribute Class

Attribute for marking the custom value calculation handler methods. Handler signature: delegate TypedValue CustomValueMethod( PropertyEnvironment environment )

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public class PropertyCustomValueAttribute : PropertyAttribute, 
	IPropertyAttribute
Inheritance
Object    Attribute    ScriptAttributeBase    PropertyAttribute    PropertyCustomValueAttribute
Implements
IPropertyAttribute

Constructors

Properties

Class The objects of a specific class to which the method is bound. (All classes assumed if not specified.)
(Inherited from ScriptAttributeBase)
ObjectType The object type to which the method is bound. (All object types assumed if not specified.)
(Inherited from ScriptAttributeBase)
Priority The event handling priority. The highest priority handlers receive the event first. Large number indicates a high priority. 0 is the default value.
(Inherited from ScriptAttributeBase)
PropertyDefinition The property definition alias where the method containing this attribute should be attached.
(Inherited from PropertyAttribute)
Type The property attribute type.
(Inherited from PropertyAttribute)

Methods

MatchesEnvironment MatchesEnvironment checks the event handler attributes against the current context and determines if the handler should be called.
(Inherited from PropertyAttribute)

Fields

classIdentifier Internal MFIdentifier version of the Class.
(Inherited from ScriptAttributeBase)
objectTypeIdentifier Internal MFIdentifier of the ObjectType.
(Inherited from ScriptAttributeBase)

See Also