LicenseSpring Management .Net SDK 1.10.1
Easily add Software Licensing to your application
Loading...
Searching...
No Matches
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.
 

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

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: