Overload List
| Name | Description | |
|---|---|---|
| CreateTypeIdentifier(String, String, String) | Creates a new custom type identifier.
The identifier must have a unique name on the form "MyCompany.MyComponent".
Furthermore, it should have a displayName that is a localized human readable name of the type.
The description should describe what the type is for, and how to get it when it is missing.
| |
| CreateTypeIdentifier(String, String, String, Boolean) | Creates a new custom type identifier.
The identifier must have a unique name on the form "MyCompany.MyComponent".
Furthermore, it should have a displayName that is a localized human readable name of the type.
The description should describe what the type is for, and how to get it when it is missing.
|
See Also