public sealed class SetDefaultCatalogCommand : Command,
ISetDefaultCatalogCommand, ICommandBase, ICommandPublic NotInheritable Class SetDefaultCatalogCommand
Inherits Command
Implements ISetDefaultCatalogCommand, ICommandBase, ICommandpublic ref class SetDefaultCatalogCommand sealed : public Command,
ISetDefaultCatalogCommand, ICommandBase, ICommand[<SealedAttribute>]
type SetDefaultCatalogCommand =
class
inherit Command
interface ISetDefaultCatalogCommand
interface ICommandBase
interface ICommand
end| SetDefaultCatalogCommand | Initializes a new instance of the SetDefaultCatalogCommand class. |
| CanExecute | Определяет признак доступности команды. (Переопределяет CommandCanExecute(Object)) |
| Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
| Execute | Выполняет команду с заданным параметром. (Переопределяет CommandExecute(Object)) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
| GetHashCode | Serves as the default hash function. (Унаследован от Object) |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| RaiseCanExecuteChanged |
Уведомляет диспетчер событий о том, что метод CanExecute(Object)
команды будет выдавать другой результат.
(Унаследован от Command) |
| ToString | Returns a string that represents the current object. (Унаследован от Object) |
| CanExecuteChanged |
Событие, определяющее момент, когда необходимо проверить доступность команды.
(Унаследован от Command) |
| Get | (Определяется ComHelper) |
| InternalMarkerCanvas |
Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor) |
| Invoke | (Определяется ComHelper) |
| Set | (Определяется ComHelper) |