LicenseSpring Management .Net SDK 1.9.0
Easily add Software Licensing to your application
LicenseSpring.CustomerLabel Class Reference

Class that holds information about customer label field. More...

Inheritance diagram for LicenseSpring.CustomerLabel:
LicenseSpring.ICustomerLabel

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...
 
- Properties inherited from LicenseSpring.ICustomerLabel
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...
 

Detailed Description

Class that holds information about customer label field.

Constructor & Destructor Documentation

◆ CustomerLabel()

LicenseSpring.CustomerLabel.CustomerLabel ( string  name,
string  color 
)

CustomerLabel constructor

Parameters
nameData field name
colorData field color

Property Documentation

◆ Color

string LicenseSpring.CustomerLabel.Color
getset

Color that is assigned to the label.

Implements LicenseSpring.ICustomerLabel.

◆ Company

uint? LicenseSpring.CustomerLabel.Company
get

Id of the company of the label.

Implements LicenseSpring.ICustomerLabel.

◆ ID

uint LicenseSpring.CustomerLabel.ID
get

Id of the instance of the label.

Implements LicenseSpring.ICustomerLabel.

◆ LabelId

uint LicenseSpring.CustomerLabel.LabelId
get

Id of the type of the label.

Implements LicenseSpring.ICustomerLabel.

◆ Name

string LicenseSpring.CustomerLabel.Name
getset

Name of the label.

Implements LicenseSpring.ICustomerLabel.


The documentation for this class was generated from the following file: