PRIMAVERA | Developers

    Show / Hide Table of Contents

    Interface IStdBSFieldSearch

    Namespace: StdPlatBS100
    Assembly: StdPlatBS100.dll
    Syntax
    [ComVisible(true)]
    [Guid("5DE185C5-D482-447B-9759-D7ECA22BBBDD")]
    public interface IStdBSFieldSearch

    Properties

    AttachID

    Declaration
    string AttachID { get; }
    Property Value
    Type Description
    System.String

    Caption

    Declaration
    string Caption { get; }
    Property Value
    Type Description
    System.String

    Count

    Declaration
    int Count { get; }
    Property Value
    Type Description
    System.Int32

    Disposed

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

    Enabled

    Declaration
    string Enabled { get; }
    Property Value
    Type Description
    System.String

    Item[Object]

    Declaration
    StdBSFieldSearch this[object Index] { get; }
    Parameters
    Type Name Description
    System.Object Index
    Property Value
    Type Description
    StdBSFieldSearch

    Key

    Declaration
    string Key { get; }
    Property Value
    Type Description
    System.String

    Name

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

    NewEnum

    Declaration
    IEnumerator NewEnum { get; }
    Property Value
    Type Description
    System.Collections.IEnumerator

    Parent

    Declaration
    Control Parent { get; }
    Property Value
    Type Description
    System.Windows.Forms.Control

    ParentHwnd

    Declaration
    IntPtr ParentHwnd { get; }
    Property Value
    Type Description
    System.IntPtr

    ParentPath

    Declaration
    string ParentPath { get; }
    Property Value
    Type Description
    System.String

    ParentPathKey

    Declaration
    string ParentPathKey { get; }
    Property Value
    Type Description
    System.String

    ParentTabIndex

    Declaration
    string ParentTabIndex { get; }
    Property Value
    Type Description
    System.String

    Path

    Declaration
    string Path { get; }
    Property Value
    Type Description
    System.String

    PathItems

    Declaration
    string[] PathItems { get; }
    Property Value
    Type Description
    System.String[]

    RootHwnd

    Declaration
    int RootHwnd { get; set; }
    Property Value
    Type Description
    System.Int32

    Source

    Declaration
    Control Source { get; set; }
    Property Value
    Type Description
    System.Windows.Forms.Control

    TypeInfo

    Declaration
    string TypeInfo { get; }
    Property Value
    Type Description
    System.String

    Visible

    Declaration
    string Visible { get; }
    Property Value
    Type Description
    System.String

    Methods

    Add(StdBSFieldSearch)

    Declaration
    void Add(StdBSFieldSearch Item)
    Parameters
    Type Name Description
    StdBSFieldSearch Item

    AttachForm(IntPtr, Form)

    Declaration
    void AttachForm(IntPtr formHandle, Form objFrm)
    Parameters
    Type Name Description
    System.IntPtr formHandle
    System.Windows.Forms.Form objFrm

    Clear()

    Declaration
    void Clear()

    Exists(Object)

    Declaration
    bool Exists(object Index)
    Parameters
    Type Name Description
    System.Object Index
    Returns
    Type Description
    System.Boolean

    FindItem(String)

    Declaration
    StdBSFieldSearch FindItem(string strPath)
    Parameters
    Type Name Description
    System.String strPath
    Returns
    Type Description
    StdBSFieldSearch

    Remove(Object)

    Declaration
    void Remove(object Index)
    Parameters
    Type Name Description
    System.Object Index

    ToStringHashCode(String)

    Declaration
    string ToStringHashCode(string strTreeChar = "")
    Parameters
    Type Name Description
    System.String strTreeChar
    Returns
    Type Description
    System.String

    ToXml()

    Declaration
    string ToXml()
    Returns
    Type Description
    System.String

    ToXmlCustom()

    Declaration
    string ToXmlCustom()
    Returns
    Type Description
    System.String

    ToXmlCustom(Boolean)

    Declaration
    string ToXmlCustom(bool blnTopSectionCreated)
    Parameters
    Type Name Description
    System.Boolean blnTopSectionCreated
    Returns
    Type Description
    System.String

    ToXmlCustom(Boolean, Boolean)

    Declaration
    string ToXmlCustom(bool blnTopSectionCreated, bool blnTopGroupCreated)
    Parameters
    Type Name Description
    System.Boolean blnTopSectionCreated
    System.Boolean blnTopGroupCreated
    Returns
    Type Description
    System.String

    ToXmlCustom(Boolean, Boolean, ref Boolean)

    Declaration
    string ToXmlCustom(bool blnTopSectionCreated, bool blnTopGroupCreated, ref bool blnParentGroupRequired)
    Parameters
    Type Name Description
    System.Boolean blnTopSectionCreated
    System.Boolean blnTopGroupCreated
    System.Boolean blnParentGroupRequired
    Returns
    Type Description
    System.String

    ToXmlCustom(Boolean, Boolean, ref Boolean, ref Boolean)

    Declaration
    string ToXmlCustom(bool blnTopSectionCreated, bool blnTopGroupCreated, ref bool blnParentGroupRequired, ref bool blnParentSectionRequired)
    Parameters
    Type Name Description
    System.Boolean blnTopSectionCreated
    System.Boolean blnTopGroupCreated
    System.Boolean blnParentGroupRequired
    System.Boolean blnParentSectionRequired
    Returns
    Type Description
    System.String