| DataObjectTypeControllerCreateDataObjectType Method |
Creates a new data object type object.
The new data object type is saved only if specified to do so.
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic DataObjectType CreateDataObjectType(
string systemName,
string namePlural,
IEnumerable<string> properties = null,
bool save = false
)
Parameters
- systemName
- Type: SystemString
- namePlural
- Type: SystemString
Name in plural form in English.
- properties (Optional)
- Type: System.Collections.GenericIEnumerableString
System names of properties to create bindings for.
- save (Optional)
- Type: SystemBoolean
Save the new data object type to the DB?
Return Value
Type:
DataObjectType
See Also