IMetabaseObjectCreateInfo

Assembly: Metabase;

Namespace: Prognoz.Platform.Interop.Metabase;

Description

The IMetabaseObjectCreateInfo interface contains properties used to set parameters of created object.

Inheritance Hierarchy

          IMetabaseObjectCreateInfo

Properties

  Property name Brief description
ClassId The ClassId property determines a class of the object that is created.
DefaultId The DefaultId property returns an identifier of the object by default.
DefaultName The DefaultName property returns an name of the object by default.
ElementDependenciesTrackingType The ElementDependenciesTrackingType property determines a type of the tracking of connections between repository objects.
Id The Id property determines an identifier of the repository object that is created.
IsShortcut The IsShortcut property determines whether the shortcut is created for the present repository object.
IsTemporary The IsTemporary property determines whether created object is temporary.
KeepEdit The KeepEdit property determines whether the object is in the edit state after creation.
Link The Link property determines a connection with repository.
Name The Name property determines a name of the repository object that is created.
Parent The Parent property determines a folder in which the created object will be placed.
Permanent The Permanent property indicates whether created object is permanent.
Shortcut The Shortcut property determines the repository object for which the shortcut should be created.
SkipIdFormatCheck The SkipIdFormatCheck property determines whether the check of correspondence of object identifier to the set format of identifiers is performed.

See also:

Metabase Assembly Interfaces