Class Constraint
Defines a contraint
Namespace: NipoSoftware.Nfield.Interviewing.Contracts.Data
Assembly: NipoSoftware.Nfield.Interviewing.Contracts.Monodroid.dll
Syntax
public class Constraint : Object
Constructors
Constraint()
Declaration
public Constraint()
Properties
Name
The name of the contraint
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
String |
Value
The value of the contraint
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
String |