Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
Paiwise.Internal.ServiceField Class Reference

Represents a field in a service. More...

Public Member Functions

 ServiceField (CaseInsensitiveString FieldId, CaseInsensitiveString DataType, bool Required)
 Represents a field in a service. More...
 

Properties

CaseInsensitiveString FieldId [get]
 Field ID More...
 
CaseInsensitiveString DataType [get]
 Data Type of field More...
 
bool Required [get]
 If the field is required or not. More...
 

Detailed Description

Represents a field in a service.

Definition at line 8 of file ServiceField.cs.

Constructor & Destructor Documentation

◆ ServiceField()

Paiwise.Internal.ServiceField.ServiceField ( CaseInsensitiveString  FieldId,
CaseInsensitiveString  DataType,
bool  Required 
)

Represents a field in a service.

Parameters
FieldIdField ID
DataTypeData Type of field
RequiredIf the field is required or not.

Definition at line 16 of file ServiceField.cs.

Property Documentation

◆ DataType

CaseInsensitiveString Paiwise.Internal.ServiceField.DataType
get

Data Type of field

Definition at line 31 of file ServiceField.cs.

◆ FieldId

CaseInsensitiveString Paiwise.Internal.ServiceField.FieldId
get

Field ID

Definition at line 26 of file ServiceField.cs.

◆ Required

bool Paiwise.Internal.ServiceField.Required
get

If the field is required or not.

Definition at line 36 of file ServiceField.cs.


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