Show / Hide Table of Contents

Constructor LicenseItemAttribute

| Improve this Doc View Source

LicenseItemAttribute(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.

| Improve this Doc View Source

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.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest