public interface ICustomization3 extends ICustomization2
Modifier and Type | Method and Description |
---|---|
IList |
customizableEntitiesTables()
Returns the list of the customizable entities' table names.
|
Object |
customizableEntitiesTables(int index) |
String |
entityDataTables()
Returns the names of the data tables that have a user label defined as comma-separated pairs of table names and user labels.
|
com4j.Com4jObject |
rbt()
Returns the CustomizationRBT object.
|
com4j.Com4jObject |
types()
Returns the CustomizationTypes object.
|
com4j.Com4jObject |
workflow()
Returns the CustomizationWorkflow object.
|
isChanged, rollback
actions, commit, extendedUDFSupport, fields, lists, load, mailConditions, modules, permissions, users, usersGroups
isLocked, lockObject, unLockObject
com4j.Com4jObject types()
Returns the CustomizationTypes object.
Getter method for the COM property "Types"
String entityDataTables()
Returns the names of the data tables that have a user label defined as comma-separated pairs of table names and user labels.
Getter method for the COM property "EntityDataTables"
IList customizableEntitiesTables()
Returns the list of the customizable entities' table names.
Getter method for the COM property "CustomizableEntitiesTables"
Object customizableEntitiesTables(int index)
com4j.Com4jObject rbt()
Returns the CustomizationRBT object.
Getter method for the COM property "RBT"
com4j.Com4jObject workflow()
Returns the CustomizationWorkflow object.
Getter method for the COM property "Workflow"
Copyright © 2020. All rights reserved.