Search Results for

    Show / Hide Table of Contents

    Class Constraint

    Defines a contraint

    Inheritance
    Object
    Constraint
    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
    In This Article
    Back to top Generated by DocFX