PerspectiveAction Miembros
Represents information about an action in a Perspective element. This class cannot be inherited.
El tipo PerspectiveAction expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
PerspectiveAction() () () () | Initializes a new instance of the PerspectiveAction class using default values. | |
PerspectiveAction(String) | Initializes a new instance of PerspectiveAction by using an action identifier. |
Principio
Métodos
Nombre | Descripción | |
---|---|---|
AddToContainer | Infraestructura. (Se hereda de ModelComponent). | |
AfterInsert | Infraestructura. (Se hereda de ModelComponent). | |
AfterMove | Infraestructura. (Se hereda de ModelComponent). | |
AfterRemove | Infraestructura. (Se hereda de ModelComponent). | |
BeforeRemove | Infraestructura. (Se hereda de ModelComponent). | |
Clone | Creates a new, full copy of a PerspectiveAction object. | |
CopyTo | Infraestructura. (Se hereda de ModelComponent). | |
CopyTo(PerspectiveAction) | Copies a PerspectiveAction object to the specified object. | |
CreateObjRef | (Se hereda de MarshalByRefObject). | |
Dispose | (Se hereda de Component). | |
Dispose | (Se hereda de Component). | |
Equals | (Se hereda de Object). | |
Finalize | (Se hereda de Component). | |
GetHashCode | (Se hereda de Object). | |
GetLifetimeService | (Se hereda de MarshalByRefObject). | |
GetService | (Se hereda de Component). | |
GetType | (Se hereda de Object). | |
InitializeLifetimeService | (Se hereda de MarshalByRefObject). | |
MemberwiseClone | (Se hereda de Object). | |
MemberwiseClone | (Se hereda de MarshalByRefObject). | |
RemoveFromContainer | Infraestructura. (Se hereda de ModelComponent). | |
Reset | Infraestructura. (Se hereda de ModelComponent). | |
Submit() () () () | Infraestructura. (Se hereda de ModelComponent). | |
Submit(Boolean) | Infraestructura. (Se hereda de ModelComponent). | |
ToString | Infraestructura. (Se hereda de ModelComponent). | |
Validate(ValidationErrorCollection) | Validates the element to which it is appended; returns any errors encountered in a collection. (Se hereda de 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. (Se hereda de ModelComponent). | |
Validate(ValidationErrorCollection, Boolean, ServerEdition) | (Se hereda de ModelComponent). |
Principio
Propiedades
Nombre | Descripción | |
---|---|---|
Action | Gets the Action associated with a PerspectiveAction object. | |
ActionID | Gets or sets the Action identifier associated with a PerspectiveAction object. | |
Annotations | Gets a collection within which you can store custom data. (Se hereda de ModelComponent). | |
CanRaiseEvents | (Se hereda de Component). | |
Container | (Se hereda de Component). | |
DesignMode | (Se hereda de Component). | |
Events | (Se hereda de Component). | |
FriendlyName | Infraestructura. (Se hereda de ModelComponent). | |
KeyForCollection | Infraestructura. (Se hereda de ModelComponent). | |
OwningCollection | Gets or sets the collection that contains the ModelComponent. (Se hereda de ModelComponent). | |
Parent | Gets the parent Perspective of a PerspectiveAction object. | |
ParentCube | Gets the parent Cube of a PerspectiveAction object. | |
ParentDatabase | Gets the parent Database of a PerspectiveAction object. | |
ParentServer | Gets the parent Server of a PerspectiveAction object. | |
Site | (Se hereda de Component). |
Principio
Implementaciones de interfaces explícitas
Nombre | Descripción | |
---|---|---|
ICloneable. . :: . .Clone | ||
IHostableComponent. . :: . .Host | (Se hereda de ModelComponent). | |
IModelComponent. . :: . .FriendlyPath | (Se hereda de ModelComponent). | |
IModelComponent. . :: . .OwningCollection | (Se hereda de ModelComponent). |
Principio