IMetabaseObjectCreateInfo.DefaultId

Fore Syntax

DefaultId: String;

Fore.NET Syntax

DefaultId: String;

Description

The DefaultId property returns an identifier of the object by default.

Comments

The identifier returned by this property will be used to form a new identifier if the Id property is not set. The new identifier is formed taking into account the format of identifier set in the security manager by the following principle: Prefix+"Obj"+"{0:G}"+Postfix, where:

{0:G} is a position in which the key of the object that is formed, will be put.

For example, if the " test1_*_test2" format was set in the security manager , the property returns " test1_obj{0:G}_test2".

See also:

IMetabaseObjectCreateInfo