AddSateliteProviderCommandAttribute Members

Include Protected Members
Include Inherited Members

The AddSateliteProviderCommandAttribute type exposes the following members.

Constructors

  Name Description
Public method AddSateliteProviderCommandAttribute(String)
Initializes a new instance of the AddSateliteProviderCommandAttribute specifying the block dependency by its configuration section name.
Public method AddSateliteProviderCommandAttribute(String, Type, String, String)
Initializes a new instance of the AddSateliteProviderCommandAttribute specifying the block dependency by its configuration section name and will assign the value of a default provider to the added element.

Methods

  Name Description
Public method Equals
Returns a value that indicates whether this instance is equal to a specified object.
(Inherited from Attribute.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Returns the hash code for this instance.
(Inherited from Attribute.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method IsDefaultAttribute
When overridden in a derived class, indicates whether the value of this instance is the default value for the derived class.
(Inherited from Attribute.)
Public method Match
When overridden in a derived class, returns a value that indicates whether this instance equals a specified object.
(Inherited from Attribute.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  Name Description
Public property CommandModelType
Gets the Command Model Type for this command.
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.
(Inherited from CommandAttribute.)
Public property CommandModelTypeName
Gets or Sets the Command Model Type Name for this command.
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.
(Inherited from CommandAttribute.)
Public property CommandPlacement
Gets or sets the CommandPlacement options for this command.
(Inherited from CommandAttribute.)
Public property DefaultProviderConfigurationPropertyName
If a configuration element exists that specifies a default property, gets the property that contains the name of the default value.
Public property DefaultProviderConfigurationType
If a configuration element exists that specifies a default property, gets the configuration type of the declaring element.
Public property KeyGesture
Defines the keyboard gesture for this command.
(Inherited from CommandAttribute.)
Public property Replace
Gets or sets the CommandReplacement options for this command.
(Inherited from CommandAttribute.)
Public property SateliteProviderReferencePropertyName
If the provider has a property that should be assigned the name of the default provider, gets the name of the property.
Public property SectionName
Gets the section name of the block dependency.
Public property Title
Gets the title that will be shown for this command in the UI (User Interface).
(Inherited from CommandAttribute.)
Public property 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.)
Public property 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.)
Public property TypeId
When implemented in a derived class, gets a unique identifier for this Attribute.
(Inherited from CommandAttribute.)

See Also

AddSateliteProviderCommandAttribute Class

Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design Namespace