• User's guide
  • API
Search Results for

    Show / Hide Table of Contents
    • HPE.Ianus.Scripting
      • FileEditor
      • FileEditorData
      • IColumnComparator
      • IColumnConverter
      • IColumnLayoutMatch
      • IColumnMatcher
      • ILayoutMatch
      • IRecordComparator
      • IScript
      • PlugInInfo
      • PlugInInfo.PlugInTypes
      • ScriptException
      • ScriptingEngine
    • Ianus.Files.Sort
      • IanusSortEngine
      • SortOrder
      • SortType
      • Statistics

    Class PlugInInfo

    Inheritance
    System.Object
    PlugInInfo
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: HPE.Ianus.Scripting
    Assembly: HPE.Ianus.dll
    Syntax
    public class PlugInInfo

    Constructors

    PlugInInfo(String, PlugInInfo.PlugInTypes, String, String)

    Initializes a new instance of the class

    Declaration
    public PlugInInfo(string name, PlugInInfo.PlugInTypes t, string assembly, string cls)
    Parameters
    Type Name Description
    System.String name

    Name

    PlugInInfo.PlugInTypes t

    Type

    System.String assembly

    Assembly full name

    System.String cls

    Class name

    Properties

    Assembly

    Full path to the Assembly containing the plug-in class

    Declaration
    public string Assembly { get; set; }
    Property Value
    Type Description
    System.String

    Class

    Class name

    Declaration
    public string Class { get; set; }
    Property Value
    Type Description
    System.String

    IsCustomField

    Declaration
    public bool IsCustomField { get; }
    Property Value
    Type Description
    System.Boolean

    IsTask

    Indicates if the Plug-in is of Task type

    Declaration
    public bool IsTask { get; }
    Property Value
    Type Description
    System.Boolean

    Name

    Mnemonic name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    PlugInType

    Plug-in Type

    Declaration
    public PlugInInfo.PlugInTypes PlugInType { get; set; }
    Property Value
    Type Description
    PlugInInfo.PlugInTypes
    In This Article
    Back to top Copyright 2021 - Hewlett-Packard Enterprise