Description

The registration information for a command supported by a McDataSource and implemented by a McDataHandler or macro command.

Object Model


Members

Methods
IsSameCommandReturns TRUE when the given McDataSourceCommand exposes the same command.

Properties
ApplicationRead-only propertyThe Root of the Application Object Model.
BookmarkRead-only property
CommandRead-write propertyThe McDataSources command type (usually enumerated by mcDataUICommands) registered by this object.
ContentRead-write propertyThe command registered by this object is executed on content of the type (see mcDataSourceContent enumeration) specified by this property.
ContentDefaultRead-write propertyTrue when this command has been granted the request to be the default command for its content with ContentDefaultRequested.
ContentDefaultRequestedRead-write propertyTrue when this command should be the default command for its content.
ContentTypeRead-write propertyThe command registered by this object is executed on content of the type (see mcDataSourceContent enumeration) specified by this property.
DataSourceRead-only propertyThe McDataSource that represents the McDataHandler that implements this command.
DisabledRead-write property
DisplayNameRead-write propertyThe User-Interface caption for this command.
IsTemplateRead-only property
LocalizedDisplayNameRead-only propertyThe McDataSources command type (usually enumerated by mcDataUICommands) registered by this object.
LocalizedMenuParentsRead-write property
MacroNameRead-write propertyThe Macro name implementing this command in the form Project.Module.Function.
ParentRead-only propertyThe Object that created this instance.
SortOrderRead-write propertySpecifies the order of execution (ascending) when multiple implementation of the exact same command exist.
UIDefaultRead-write propertyTrue when this command has been granted the request to be the default command for the user-interface with UIDefaultRequested.
UIDefaultRequestedRead-write propertyTrue when this command has been requested to be the default command for the user-interface.
UIDisplayNameSortOrderRead-write property
UIHideRead-write propertyTrue when this command should not be shown in the user-interface.
VersionRead-write propertySpecifies the version of this command. Not implemented at this time.