![]() |
LicenseSpring Management .Net SDK 1.10.1
Easily add Software Licensing to your application
|
Class that holds information about customer label field. More...
Public Member Functions | |
CustomerLabel () | |
CustomerLabel default constructor. | |
CustomerLabel (string name, string color) | |
CustomerLabel constructor. | |
Properties | |
string | Color [get, set] |
Color that is assigned to the label. | |
uint? | Company [get] |
Id of the company of the label. | |
uint | ID [get] |
Id of the instance of the label. | |
uint | LabelId [get] |
Id of the type of the label. | |
string | Name [get, set] |
Name of the label. | |
![]() |
Class that holds information about customer label field.
LicenseSpring.CustomerLabel.CustomerLabel | ( | string | name, |
string | color | ||
) |
CustomerLabel constructor.
name | Data field name |
color | Data field color |
|
getset |
Color that is assigned to the label.
Implements LicenseSpring.ICustomerLabel.
|
get |
Id of the company of the label.
Implements LicenseSpring.ICustomerLabel.
|
get |
Id of the instance of the label.
Implements LicenseSpring.ICustomerLabel.
|
get |
Id of the type of the label.
Implements LicenseSpring.ICustomerLabel.
|
getset |
Name of the label.
Implements LicenseSpring.ICustomerLabel.