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

Class that holds information about custom data field. More...

Inheritance diagram for LicenseSpring.CustomField:
LicenseSpring.ICustomField

Public Member Functions

 CustomField ()
 CustomField default constructor
 

Properties

string DataType [get]
 Currently not being used by the platform. More...
 
string Description [get]
 Field description, also unused in the platform. More...
 
uint Id [get]
 Internal id. More...
 
string Name [get]
 Data field name More...
 
string Value [get]
 The default value. Can be overridden on license level. More...
 
- Properties inherited from LicenseSpring.ICustomField
string DataType [get]
 Currently not being used by the platform. More...
 
string Description [get]
 Field description, also unused in the platform. More...
 
uint Id [get]
 Internal id. More...
 
string Name [get]
 Data field name More...
 
string Value [get]
 The default value. Can be overridden on license level. More...
 

Detailed Description

Class that holds information about custom data field.

See ILicense.CustomFields

Property Documentation

◆ DataType

string LicenseSpring.CustomField.DataType
get

Currently not being used by the platform.

Implements LicenseSpring.ICustomField.

◆ Description

string LicenseSpring.CustomField.Description
get

Field description, also unused in the platform.

Implements LicenseSpring.ICustomField.

◆ Id

uint LicenseSpring.CustomField.Id
get

Internal id.

Implements LicenseSpring.ICustomField.

◆ Name

string LicenseSpring.CustomField.Name
get

Data field name

Implements LicenseSpring.ICustomField.

◆ Value

string LicenseSpring.CustomField.Value
get

The default value. Can be overridden on license level.

Implements LicenseSpring.ICustomField.


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