PropertyMethodInfo Class |
Namespace: MFiles.VAF
The PropertyMethodInfo type exposes the following members.
Name | Description | |
---|---|---|
![]() | PropertyMethodInfo |
Constructor.
|
Name | Description | |
---|---|---|
![]() | 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.
|
Name | Description | |
---|---|---|
![]() | GetAutomaticNumber |
Calculates an automatic number for the given property.
|
![]() | GetCustomValue |
Calculates an automatic number for the given property.
|
![]() | Validate |
Validates the given property value.
|
Name | Description | |
---|---|---|
![]() | 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.
|