AddInternalEntityClass(String,String) Method
Adds a non-server based entity class to the VDF.
Syntax
EntityClass AddInternalEntityClass(
System.string id,
System.string displayName
)Overloads Function AddInternalEntityClass( _
ByVal id As System.String, _
ByVal displayName As System.String _
) As EntityClassParameters
| Name | Description |
|---|---|
| id | The unique ID of the entity class |
| displayName | The display name of the entity class |
Return Value
The newly created entity class object
Remarks
This is useful to introduce custom objects for very specific workflows.