AddSateliteProviderCommandAttribute Members
Include Protected Members
Include Inherited Members
The AddSateliteProviderCommandAttribute type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AddSateliteProviderCommandAttribute | Overloaded. |
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Attribute.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Attribute.) | |
GetType | (Inherited from Object.) | |
IsDefaultAttribute | (Inherited from Attribute.) | |
Match | (Inherited from Attribute.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
CommandModelType |
Gets the Command Model Type for this command.
(Inherited from CommandAttribute.)The Command Model Type will be used at runtime to display and execute the command. Command Model Types should derive from the CommandModel class in the Configuration.Design assembly. |
|
CommandModelTypeName |
Gets or Sets the Command Model Type Name for this command.
(Inherited from CommandAttribute.)The Command Model Type will be used at runtime to display and execute the command. Command Model Types should derive from the CommandModel class in the Configuration.Design assembly. |
|
CommandPlacement |
Gets or sets the CommandPlacement options for this command.
(Inherited from CommandAttribute.) |
|
DefaultProviderConfigurationPropertyName |
If a configuration element exists that specifies a default property, gets the property that contains the name of the default value.
|
|
DefaultProviderConfigurationType |
If a configuration element exists that specifies a default property, gets the configuration type of the declaring element.
|
|
KeyGesture |
Defines the keyboard gesture for this command.
(Inherited from CommandAttribute.) |
|
Replace |
Gets or sets the CommandReplacement options for this command.
(Inherited from CommandAttribute.) |
|
SateliteProviderReferencePropertyName |
If the provider has a property that should be assigned the name of the default provider, gets the name of the property.
|
|
SectionName |
Gets the section name of the block dependency.
|
|
Title |
Gets the title that will be shown for this command in the UI (User Interface).
(Inherited from CommandAttribute.) |
|
TitleResourceName |
Gets or sets the name of the resource, used to return a localized title that will be shown for this command in the UI (User Interface).
(Inherited from CommandAttribute.) |
|
TitleResourceType |
Gets or sets the type of the resource, used to return a localized title that will be shown for this command in the UI (User Interface).
(Inherited from CommandAttribute.) |
|
TypeId |
When implemented in a derived class, gets a unique identifier for this Attribute.
(Inherited from CommandAttribute.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
_Attribute.GetIDsOfNames | (Inherited from Attribute.) | |
_Attribute.GetTypeInfo | (Inherited from Attribute.) | |
_Attribute.GetTypeInfoCount | (Inherited from Attribute.) | |
_Attribute.Invoke | (Inherited from Attribute.) |
See Also
AddSateliteProviderCommandAttribute Class
Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design Namespace