C# Class SharpDox.Sdk.Config.Attributes.NameAttribute

If a configuration item should be visible in the gui, it needs to be marked by this attribute to get a display name. Falls ein Konfigurationselement in der GUI sichtbar sein soll, muss es mit diesem Attribut gekennzeichnet sein. Damit bekommt es einen Anzeigenamen für das Propertygrid.
Inheritance: System.Attribute
Show file Open project: Geaz/sharpDox Class Usage Examples

Public Methods

Method Description
NameAttribute ( Type localType, string displayName ) : System

The name attribute for a configuration item in a custom configuration section.

Das Namensattribut für ein Konfigurationselement in einer benutzerdefinierten Konfigurationssektion.

Method Details

NameAttribute() public method

The name attribute for a configuration item in a custom configuration section. Das Namensattribut für ein Konfigurationselement in einer benutzerdefinierten Konfigurationssektion.
public NameAttribute ( Type localType, string displayName ) : System
localType System.Type The type of the custom strings to get the title.
displayName string Name of the property to get the title.
return System