Table of Contents

Class PortArrayNodeReflection

Namespace
Ceres.Graph
Assembly
Ceres.Graph.dll
public abstract class PortArrayNodeReflection
Inheritance
PortArrayNodeReflection
Derived
Inherited Members

Constructors

PortArrayNodeReflection()

protected PortArrayNodeReflection()

Properties

DefaultArrayLength

public int DefaultArrayLength { get; protected set; }

Property Value

int

DefaultNode

public IReadOnlyPortArrayNode DefaultNode { get; protected set; }

Property Value

IReadOnlyPortArrayNode

IsResizeable

public bool IsResizeable { get; protected set; }

Property Value

bool

PortArrayField

public FieldInfo PortArrayField { get; protected set; }

Property Value

FieldInfo

PortArrayLabel

public string PortArrayLabel { get; protected set; }

Property Value

string

Methods

Get(Type)

public static PortArrayNodeReflection Get(Type nodeType)

Parameters

nodeType Type

Returns

PortArrayNodeReflection