PropertyMethodInfo Class
PropertyMethodInfo represents a handler method that the VBScript delegates to. It can handle property value validation,
customized automatic numbering and custom value calculation.
LogString
|
Returns a string for logging that contains the method name and declaring type.
|
Priority
|
The event handler method call priority. Calls with higher priority should be executed before calls with lower priority.
|
attribute
|
The attribute instance that was attached to the method declaration.
|
automaticNumberingMethod
|
The custom value calculation method. This is used when the method type is PropertyAttribute.AttributeType.PropertyAutomaticNumbering.
|
customValueMethod
|
The customized automatic numbering method. This is used when the method type is PropertyAttribute.AttributeType.PropertyCustomValue.
|
validationMethod
|
The property value validation method. This is used when the method type is PropertyAttribute.AttributeType.PropertyValueValidation.
|