Class DataPin
Inheritance
System.Object
DataPin
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()
Assembly: Simplic.Flow.dll
Syntax
public class DataPin : IPin
Properties
|
Improve this Doc
View Source
ContainerType
Declaration
public DataPinContainerType ContainerType { get; set; }
Property Value
|
Improve this Doc
View Source
DataType
Declaration
public Type DataType { get; set; }
Property Value
Type |
Description |
System.Type |
|
|
Improve this Doc
View Source
DefaultValue
Declaration
public object DefaultValue { get; set; }
Property Value
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Direction
Declaration
public PinDirection Direction { get; set; }
Property Value
|
Improve this Doc
View Source
FriendlyName
Declaration
public string FriendlyName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Id
Declaration
public Guid Id { get; set; }
Property Value
Type |
Description |
System.Guid |
|
|
Improve this Doc
View Source
IsGeneric
Declaration
public bool IsGeneric { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsNullable
Declaration
public bool IsNullable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Owner
Declaration
public BaseNode Owner { get; set; }
Property Value
|
Improve this Doc
View Source
TemporaryNodeId
Gets or sets the temporary node id
Declaration
public Guid TemporaryNodeId { get; set; }
Property Value
Type |
Description |
System.Guid |
|
Implements