Accessimport customKernel
mdb.customData
session.customData
session.odbs[name].customData
RepositorySupport()
This method creates a RepositorySupport object. PathcustomKernel.RepositorySupport ArgumentsNone. Return valueA RepositorySupport object. ExceptionsNone. Repository(...)
This method installs a repository on the class. The repository is an instance of a RegisteredDictionary class. Refer to RegisteredDictionary for details on its methods. The objects stored in the repository are assumed to have an attribute called name that stores the key used to access the object in the repository. The name attribute will be modified by the changeKey method. Required arguments
Optional argumentsNone. Return valueNone. ExceptionsNone. MembersThe RepositorySupport object has no members. |