Table of Contents

Class CeresPortData

Namespace
Ceres.Graph
Assembly
cs.temp.dll.dll

Metadata for CeresPort

public class CeresPortData
Inheritance
object
CeresPortData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()

Fields

arrayIndex

Array index if bound property is an array

public int arrayIndex

Field Value

int

connections

Port connection data

public PortConnectionData[] connections

Field Value

PortConnectionData[]

propertyName

Bound property name

public string propertyName

Field Value

string

type

Port generic parameter type string

public string type

Field Value

string

Methods

FromFieldInfo(FieldInfo)

Create port data from

public static CeresPortData FromFieldInfo(FieldInfo fieldInfo)

Parameters

fieldInfo FieldInfo

Returns

CeresPortData

FromParameterInfo(ParameterInfo)

Create port data from

public static CeresPortData FromParameterInfo(ParameterInfo parameterInfo)

Parameters

parameterInfo ParameterInfo

Returns

CeresPortData

GetFieldInfo(Type)

public FieldInfo GetFieldInfo(Type inNodeType)

Parameters

inNodeType Type

Returns

FieldInfo

GetPort(CeresNode)

public CeresPort GetPort(CeresNode nodeInstance)

Parameters

nodeInstance CeresNode

Returns

CeresPort

GetValueType()

public Type GetValueType()

Returns

Type

SetValueType(Type)

public void SetValueType(Type valueType)

Parameters

valueType Type