AddBoolDispatchProperty | Add an Attribute of type bool to the Attribute Scope. It is recommended that any name used for these configuration properties not include spaces because certain interfaces to the properties may not work correctly. |
AddChoicesDispatchProperty | Add an Attribute that provides a combobox of values from which the user can choose. It is recommended that any name used for these configuration properties not include spaces because certain interfaces to the properties may not work correctly. |
AddChoicesFuncDispatchProperty | It is recommended that any name used for these configuration properties not include spaces because certain interfaces to the properties may not work correctly. |
AddDateDispatchProperty | Add an Attribute of type date (represented as a double in EpSec) to the Attribute Scope. It is recommended that any name used for these configuration properties not include spaces because certain interfaces to the properties may not work correctly. |
AddDependencyDispatchProperty | Add a Dependency between two Attributes within the Attribute Scope provided. Dependencies are used to force the update of the child attribute when the parent attribute is modified by the user. |
AddDirectoryDispatchProperty | Add an Attribute of type directory (string) to the Attribute Scope. It is recommended that any name used for these configuration properties not include spaces because certain interfaces to the properties may not work correctly. |
AddDoubleDispatchProperty | Add an Attribute of type double to the Attribute Scope. It is recommended that any name used for these configuration properties not include spaces because certain interfaces to the properties may not work correctly. |
AddDoubleMinDispatchProperty | Add an Attribute of type double with a min to the Attribute Scope. It is recommended that any name used for these configuration properties not include spaces because certain interfaces to the properties may not work correctly. |
AddDoubleMinMaxDispatchProperty | Add an Attribute of type double with a min and max to the Attribute Scope. It is recommended that any name used for these configuration properties not include spaces because certain interfaces to the properties may not work correctly. |
AddFileDispatchProperty | Add an Attribute of type file (string) to the Attribute Scope. It is recommended that any name used for these configuration properties not include spaces because certain interfaces to the properties may not work correctly. |
AddFlagsDispatchProperty | It is recommended that any name used for these configuration properties not include spaces because certain interfaces to the properties may not work correctly. |
AddIntDispatchProperty | Add an Attribute of type int to the Attribute Scope. It is recommended that any name used for these configuration properties not include spaces because certain interfaces to the properties may not work correctly. |
AddIntMinDispatchProperty | Add an Attribute of type int with a minimum to the Attribute Scope. It is recommended that any name used for these configuration properties not include spaces because certain interfaces to the properties may not work correctly. |
AddIntMinMaxDispatchProperty | Add an Attribute of type int with a min and max to the Attribute Scope. It is recommended that any name used for these configuration properties not include spaces because certain interfaces to the properties may not work correctly. |
AddListDispatchProperty | Add an Attribute that represents a list of values. It is recommended that any name used for these configuration properties not include spaces because certain interfaces to the properties may not work correctly. |
AddLongDispatchProperty | Add an Attribute of type long to the Attribute Scope. It is recommended that any name used for these configuration properties not include spaces because certain interfaces to the properties may not work correctly. |
AddMultiLineStringDispatchProperty | Add an Attribute of type multi-line string to the Attribute Scope. It is recommended that any name used for these configuration properties not include spaces because certain interfaces to the properties may not work correctly. |
AddQuantityDispatchProperty2 | Add an Attribute of type quantity to the Attribute Scope. It is recommended that any name used for these configuration properties not include spaces because certain interfaces to the properties may not work correctly. |
AddQuantityMinDispatchProperty2 | Add an Attribute of type quantity with a min to the Attribute Scope. It is recommended that any name used for these configuration properties not include spaces because certain interfaces to the properties may not work correctly. |
AddQuantityMinMaxDispatchProperty2 | Add an Attribute of type quantity to the Attribute Scope. It is recommended that any name used for these configuration properties not include spaces because certain interfaces to the properties may not work correctly. |
AddRelFileDispatchProperty | Add an Attribute of type relative file path (string) to the Attribute Scope. It is recommended that any name used for these configuration properties not include spaces because certain interfaces to the properties may not work correctly. |
AddScopeDispatchProperty | Add an Attribute to the 'NewDispScope' Scope (to construct a hierarchy). It is recommended that any name used for these configuration properties not include spaces because certain interfaces to the properties may not work correctly. |
AddScopeDispatchProperty2 | Add an Attribute to the current Attribute Scope (to construct a hierarchy). It is recommended that any name used for these configuration properties not include spaces because certain interfaces to the properties may not work correctly. |
AddStringDispatchProperty | It is recommended that any name used for these configuration properties not include spaces because certain interfaces to the properties may not work correctly. |
AddVARIANTDispatchProperty | Add an Attribute of type variant to the Attribute Scope. It is recommended that any name used for these configuration properties not include spaces because certain interfaces to the properties may not work correctly. |
MergeFromString | Deserialize an Attribute scope into a plugin from a formatted XML String representation. (internal use) |
NewScope | Create a new Attribute Scope for use in Attribute Builder method calls |
ToFormattedString | Get a String representation of the Attribute Scope, formatted using the specified FormatId. (internal use) |
ToString | Serialize an Attribute scope for a plugin to a formatted XML String representation. (internal use) |