• Docs
  • Learn
  • Community
    Search Results for

      Show / Hide Table of Contents

      Class ExternalizedMapping

      Represents an externalized property of a workflow element.

      Inheritance
      Object
      ExternalizedMapping
      Inherited Members
      Object.ToString()
      Object.Equals(Object)
      Object.Equals(Object, Object)
      Object.ReferenceEquals(Object, Object)
      Object.GetHashCode()
      Object.GetType()
      Object.MemberwiseClone()
      Namespace: Bonsai.Expressions
      Assembly: Bonsai.Core.dll
      Syntax
      public sealed class ExternalizedMapping

      Properties

      | Improve this Doc View Source

      Category

      Gets or sets an optional category for the externalized property.

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

      Description

      Gets or sets an optional description for the externalized property.

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

      DisplayName

      Gets or sets an optional display name of the externalized property.

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

      Name

      Gets or sets the member name of the externalized property.

      Declaration
      [TypeConverter(typeof(ExternalizedMappingNameConverter))]
      public string Name { get; set; }
      Property Value
      Type Description
      String
      • Improve this Doc
      • View Source
      In This Article
      Back to top Generated by DocFX