Class PortArrayNodeReflection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Ceres.Graph
Assembly: cs.temp.dll.dll
Syntax
public abstract class PortArrayNodeReflection
Properties
DefaultArrayLength
Declaration
public int DefaultArrayLength { get; protected set; }
Property Value
| Type | Description |
|---|---|
| int |
DefaultNode
Declaration
public IReadOnlyPortArrayNode DefaultNode { get; protected set; }
Property Value
| Type | Description |
|---|---|
| IReadOnlyPortArrayNode |
IsResizeable
Declaration
public bool IsResizeable { get; protected set; }
Property Value
| Type | Description |
|---|---|
| bool |
PortArrayField
Declaration
public FieldInfo PortArrayField { get; protected set; }
Property Value
| Type | Description |
|---|---|
| System.Reflection.FieldInfo |
PortArrayLabel
Declaration
public string PortArrayLabel { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
Get(Type)
Declaration
public static PortArrayNodeReflection Get(Type nodeType)
Parameters
| Type | Name | Description |
|---|---|---|
| Type | nodeType |
Returns
| Type | Description |
|---|---|
| PortArrayNodeReflection |