Элементы Action
Тип Action предоставляет доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
Action() () () () | Initializes a new instance of Action using the default values. | |
Action(String, String) | Initializes a new instance of Action using a name and an identifier. |
В начало
Методы
Имя | Описание | |
---|---|---|
AddToContainer | Инфраструктура. (Наследуется из ModelComponent.) | |
AfterInsert | Инфраструктура. (Наследуется из ModelComponent.) | |
AfterMove | Инфраструктура. (Наследуется из ModelComponent.) | |
AfterRemove | Инфраструктура. (Наследуется из ModelComponent.) | |
BeforeRemove | Инфраструктура. (Наследуется из ModelComponent.) | |
Clone | Creates a new full copy of an object. | |
CopyTo(Action) | Copies an Action object to the specified object. | |
CopyTo | Инфраструктура. (Наследуется из ModelComponent.) | |
CopyTo(NamedComponent) | (Наследуется из NamedComponent.) | |
CreateObjRef | (Наследуется из MarshalByRefObject.) | |
Dispose | (Наследуется из Component.) | |
Dispose | (Наследуется из Component.) | |
Equals | (Наследуется из Object.) | |
Finalize | (Наследуется из Component.) | |
GetHashCode | (Наследуется из Object.) | |
GetLifetimeService | (Наследуется из MarshalByRefObject.) | |
GetService | (Наследуется из Component.) | |
GetType | (Наследуется из Object.) | |
InitializeLifetimeService | (Наследуется из MarshalByRefObject.) | |
MemberwiseClone | (Наследуется из Object.) | |
MemberwiseClone | (Наследуется из MarshalByRefObject.) | |
RemoveFromContainer | Инфраструктура. (Наследуется из ModelComponent.) | |
Reset | (Наследуется из NamedComponent.) | |
Submit() () () () | Инфраструктура. (Наследуется из ModelComponent.) | |
Submit(Boolean) | Инфраструктура. (Наследуется из ModelComponent.) | |
ToString | (Наследуется из NamedComponent.) | |
Validate(ValidationErrorCollection) | Validates the element to which it is appended; returns any errors encountered in a collection. (Наследуется из ModelComponent.) | |
Validate(ValidationErrorCollection, Boolean) | Validates the element to which it is appended; returns any errors encountered in a collection. Also contains a parameter to enable return of detailed errors. (Наследуется из ModelComponent.) | |
Validate(ValidationErrorCollection, Boolean, ServerEdition) | (Перезаписывает NamedComponent. . :: . .Validate(ValidationErrorCollection, Boolean, ServerEdition).) |
В начало
Свойства
Имя | Описание | |
---|---|---|
Annotations | Gets a collection within which you can store custom data. (Наследуется из ModelComponent.) | |
Application | Gets or sets a String that contains the application associated with the Action. | |
CanRaiseEvents | (Наследуется из Component.) | |
Caption | Gets or sets the caption that is displayed for the Action. | |
CaptionIsMdx | Gets or sets a value indicating whether the caption is a Multidimensional Expressions (MDX) expression. | |
Condition | Gets or sets a Multidimensional Expressions (MDX) expression that determines whether the Parent property applies to the target. | |
Container | (Наследуется из Component.) | |
Description | (Наследуется из NamedComponent.) | |
DesignMode | (Наследуется из Component.) | |
Events | (Наследуется из Component.) | |
FriendlyName | (Наследуется из NamedComponent.) | |
ID | (Наследуется из NamedComponent.) | |
Invocation | Gets or sets the means by which an action is invoked. | |
KeyForCollection | (Наследуется из NamedComponent.) | |
Name | (Наследуется из NamedComponent.) | |
OwningCollection | Gets or sets the collection that contains the ModelComponent. (Наследуется из ModelComponent.) | |
Parent | Gets the Cube object that is the parent of the Action object. | |
ParentDatabase | Gets the ParentDatabase object that is the parent of the Action object's Cube object. | |
ParentServer | Gets the Server object that is the parent of the Action object. | |
Site | (Наследуется из NamedComponent.) | |
SiteID | (Наследуется из NamedComponent.) | |
Target | Gets or sets the cube, dimension, attribute, hierarchy, or level that is associated with the action. | |
TargetType | Gets or sets the cube, dimension, attribute, hierarchy, or level that is associated with the action. | |
Translations | Gets the translation of the caption, which may be a Multidimensional Expressions (MDX) expression. | |
Type | Gets or sets a type representing a form of the action. |
В начало
Явные реализации интерфейса
Имя | Описание | |
---|---|---|
ICloneable. . :: . .Clone | ||
IFormattable. . :: . .ToString | (Наследуется из NamedComponent.) | |
IHostableComponent. . :: . .Host | (Наследуется из ModelComponent.) | |
IModelComponent. . :: . .FriendlyPath | (Наследуется из ModelComponent.) | |
IModelComponent. . :: . .OwningCollection | (Наследуется из ModelComponent.) |
В начало