Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
GenInfo.cs
1
namespace
LegalLab.Models.Legal.Items
2
{
6
public
class
GenInfo
7
{
13
public
GenInfo
(
string
Name
,
string
Value
)
14
{
15
this.Name =
Name
;
16
this.Value =
Value
;
17
}
18
22
public
string
Name
{
get
;
internal
set
; }
23
27
public
string
Value
{
get
;
internal
set
; }
28
}
29
}
LegalLab.Models.Legal.Items.GenInfo
Contains some general information
Definition:
GenInfo.cs:7
LegalLab.Models.Legal.Items.GenInfo.Value
string Value
Value
Definition:
GenInfo.cs:27
LegalLab.Models.Legal.Items.GenInfo.Name
string Name
Name
Definition:
GenInfo.cs:22
LegalLab.Models.Legal.Items.GenInfo.GenInfo
GenInfo(string Name, string Value)
Contains some general information
Definition:
GenInfo.cs:13
LegalLab.Models.Legal.Items
Definition:
AttachmentInfo.cs:12
LegalLab
LegalLab
Models
Legal
Items
GenInfo.cs
Generated by
1.9.5