Class Token
Inheritance
System.Object
    Token
  Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: PiXYZ.Config
Assembly: cs.temp.dll.dll
Syntax
public class TokenConstructors
Token(String, Boolean, Boolean)
Declaration
public Token(string name, bool mandatory, bool valid)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | name | |
| System.Boolean | mandatory | |
| System.Boolean | valid | 
Fields
mandatory
is this token mandatory to use the plugin?
Declaration
public readonly bool mandatoryField Value
| Type | Description | 
|---|---|
| System.Boolean | 
name
name of the token
Declaration
public readonly string nameField Value
| Type | Description | 
|---|---|
| System.String | 
valid
is this token owned by the user?
Declaration
public readonly bool validField Value
| Type | Description | 
|---|---|
| System.Boolean |