CustomObjectDefinition Constructor
Creates an instance of a CustomObjectDefinition object
Syntax
public CustomObjectDefinition(
System.long id,
System.string systemName,
System.string displayName,
System.string pluralDisplayName
)Public Function New( _
ByVal id As System.Long, _
ByVal systemName As System.String, _
ByVal displayName As System.String, _
ByVal pluralDisplayName As System.String _
)Parameters
| Name | Description |
|---|---|
| id | The unique identifier of the CustomObjectDefinition |
| systemName | The system name of the CustomObjectDefinition |
| displayName | The display name of the CustomObjectDefinition |
| pluralDisplayName | The plural display name of the CustomObjectDefinition |