IAction Members
Include Protected Members
Include Inherited Members
Defines methods and properties on an action.
The IAction type exposes the following members.
Properties
Name | Description | |
---|---|---|
Id | Gets the identifier of the metadata object. (Inherited from IMetadataStruct.) | |
ImageUrl | Gets a URL to the image that represents the action. | |
IsCached | Determines whether the metadata object is cached in memory. (Inherited from IMetadataStruct.) | |
IsOpenedInNewWindow | Gets a Boolean value that indicates if a new window is opened for the action. | |
Name | Gets the name of the metadata object. (Inherited from IMetadataStruct.) | |
Position | Gets the position of the action. | |
Url | Gets the URL to go to when the action is clicked. |
Top
Methods
Name | Description | |
---|---|---|
ContainsLocalizedDisplayName | Determines whether this metadata object contains a localized display name. (Inherited from IMetadataObject.) | |
DoesWorkWith | Gets a value that indicates if this action is supported against an EntityInstance that has the given view. | |
GetActionParameters | Gets the parameters of this action. | |
GetDataClass | Gets the external content type of this action. | |
GetDefaultDisplayName | Returns the default display name of this metadata object. (Inherited from IMetadataObject.) | |
GetLocalizedDisplayName | Returns the localized display name of this metadata object. (Inherited from IMetadataObject.) | |
GetLocalizedNames | Returns the localized names of this metadata object. (Inherited from IMetadataObject.) | |
GetParameterizedUrl | Gets the fully parameterized URL whose parameters are filled out by the values of the supplied identifiers using the specified instance. | |
GetProperties | Returns the properties of this metadata object. (Inherited from IMetadataObject.) |
Top