GetPropertyDefinitionsByEntityClassId Method
Gets all the property definitions for an entity class.
Required Permissions
AllowsAnonymousSyntax
public PropDef[] GetPropertyDefinitionsByEntityClassId(
System.string entityClassId
)Public Function GetPropertyDefinitionsByEntityClassId( _
ByVal entityClassId As System.String _
) As PropDef()Parameters
| Name | Description |
|---|---|
| entityClassId | The entity class. |
Return Value
All property definitions associated with the entity class.