Search Results for

    Show / Hide Table of Contents

    Class DataPinDefinition

    Inheritance
    System.Object
    DataPinDefinition
    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()
    Namespace: Simplic.Flow.Editor.Definition
    Assembly: Simplic.Flow.Editor.Definition.dll
    Syntax
    public class DataPinDefinition

    Properties

    | Improve this Doc View Source

    AllowedTypes

    Declaration
    public string AllowedTypes { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    DisplayName

    Declaration
    public string DisplayName { 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

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    PinDirection

    Declaration
    public PinDirectionDefinition PinDirection { get; set; }
    Property Value
    Type Description
    PinDirectionDefinition
    | Improve this Doc View Source

    Type

    Declaration
    public Type Type { get; set; }
    Property Value
    Type Description
    System.Type
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx