DtsLocalizableAttribute Members
Include Protected Members
Include Inherited Members
Provides localization support by populating the DisplayName and Description properties from an embedded resource file.
The DtsLocalizableAttribute type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DtsLocalizableAttribute(String, String) | Initializes a new instance of the DtsLocalizableAttribute class. |
Top
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Attribute.) | |
Finalize() | (Inherited from Object.) | |
GetHashCode() | (Inherited from Attribute.) | |
GetType() | (Inherited from Object.) | |
IsDefaultAttribute() | (Inherited from Attribute.) | |
Match(Object) | (Inherited from Attribute.) | |
MemberwiseClone() | (Inherited from Object.) | |
ToString() | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
Description | Gets or sets the description of the DtsLocalizableAttribute. | |
DisplayName | Gets or sets the display name of the DtsLocalizableAttribute. | |
LocalizationType | Gets or sets the class that supplies values for the DtsLocalizableAttribute. | |
TypeId | (Inherited from Attribute.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
_Attribute.GetIDsOfNames(Guid%, IntPtr, UInt32, UInt32, IntPtr) | (Inherited from Attribute.) | |
_Attribute.GetTypeInfo(UInt32, UInt32, IntPtr) | (Inherited from Attribute.) | |
_Attribute.GetTypeInfoCount(UInt32%) | (Inherited from Attribute.) | |
_Attribute.Invoke(UInt32, Guid%, UInt32, Int16, IntPtr, IntPtr, IntPtr, IntPtr) | (Inherited from Attribute.) |
Top