![]() |
Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
|
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... | |
Represents a field in a service.
Definition at line 8 of file ServiceField.cs.
Paiwise.Internal.ServiceField.ServiceField | ( | CaseInsensitiveString | FieldId, |
CaseInsensitiveString | DataType, | ||
bool | Required | ||
) |
Represents a field in a service.
FieldId | Field ID |
DataType | Data Type of field |
Required | If the field is required or not. |
Definition at line 16 of file ServiceField.cs.
|
get |
Data Type of field
Definition at line 31 of file ServiceField.cs.
|
get |
Field ID
Definition at line 26 of file ServiceField.cs.
|
get |
If the field is required or not.
Definition at line 36 of file ServiceField.cs.