![]() |
LicenseSpring Management .Net SDK 1.9.0
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 More... | |
Properties | |
string | Color [get, set] |
Color that is assigned to the label. More... | |
uint? | Company [get] |
Id of the company of the label. More... | |
uint | ID [get] |
Id of the instance of the label. More... | |
uint | LabelId [get] |
Id of the type of the label. More... | |
string | Name [get, set] |
Name of the label. More... | |
![]() | |
string | Color [get, set] |
Color that is assigned to the label. More... | |
uint? | Company [get] |
Id of the company of the label. More... | |
uint | ID [get] |
Id of the instance of the label. More... | |
uint | LabelId [get] |
Id of the type of the label. More... | |
string | Name [get, set] |
Name of the label. More... | |
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.