s&box docs

public abstract interface Facepunch.ActionGraphs.Node.IParameter

Properties

Showing 7 properties

public virtual System.Collections.Generic.IReadOnlyCollection`1<System.Attribute> Facepunch.ActionGraphs.Node.IParameter.Attributes { get; set; }

If this parameter was generated using reflection, contains the attributes attached to the reflected member.

public virtual Facepunch.ActionGraphs.IParameterDefinition Facepunch.ActionGraphs.Node.IParameter.Definition { get; set; }

Current definition of this parameter, including type and display information.

public virtual Facepunch.ActionGraphs.DisplayInfo Facepunch.ActionGraphs.Node.IParameter.Display { get; set; }

Display info for this parameter.

public virtual int Facepunch.ActionGraphs.Node.IParameter.Index { get; set; }

public virtual string Facepunch.ActionGraphs.Node.IParameter.Name { get; set; }

The name of this parameter.

public virtual Facepunch.ActionGraphs.Node Facepunch.ActionGraphs.Node.IParameter.Node { get; set; }

The parent node of this parameter.

public virtual System.Type Facepunch.ActionGraphs.Node.IParameter.Type { get; set; }

Value type of this parameter.

Metadata

FieldValue
Namespaceglobal
Typeclass
AssemblyFacepunch.ActionGraphs
Doc IDT:Facepunch.ActionGraphs.Node.IParameter

On this page