Class AddDataObjectModel
Used to add a new Data Object.
Inherited Members
Namespace: SKM.V3.Models
Assembly: Cryptolens.Licensing.CrossPlatform.dll
Syntax
public class AddDataObjectModel : RequestModel
Properties
| Edit this page View SourceCheckForDuplicates
Make sure data objects with the same name are not added.
Declaration
public bool CheckForDuplicates { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
IntValue
An int value (int32) to store.
Declaration
public int IntValue { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Name
The name of the data object. Max 10 characters.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ReferencerId
The id of the Referencer. It can either be an id to a product that you have or to a license key. When ReferencerType is set to User, there is no need to set this value.
Declaration
public int ReferencerId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
ReferencerType
Indicates if the data object should be added to a license key, a product or the entire user account. DataObject
Declaration
public DataObjectType ReferencerType { get; set; }
Property Value
| Type | Description |
|---|---|
| DataObjectType |
StringValue
A string value (text) to store. Max 100 characters.
Declaration
public string StringValue { get; set; }
Property Value
| Type | Description |
|---|---|
| string |