Constructor LicenseItemAttribute
| Improve this Doc View SourceLicenseItemAttribute(String)
Initializes a new instance of LicenseItemAttribute class with specified license item name.
Declaration
public LicenseItemAttribute(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The name of license item. |
LicenseItemAttribute(String, String, String)
Initializes a new instance of LicenseItemAttribute class with specified license item name and localizable description.
Declaration
public LicenseItemAttribute(string name, string descriptionResourceBaseName, string descriptionResourceName)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The name of license item. |
System.String | descriptionResourceBaseName | The resource root name of the description. |
System.String | descriptionResourceName | The resource name of the description. |