Search Results for

    Show / Hide Table of Contents

    Class HttpAgentParameterCollection

    IDataParameterCollection implementation for HttpAgent.

    Inheritance
    object
    HttpAgentParameterCollection
    Implements
    IDataParameterCollection
    IList
    ICollection
    IEnumerable
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Reportman.Reporting
    Assembly: Reportman.Reporting.dll
    Syntax
    public class HttpAgentParameterCollection : IDataParameterCollection, IList, ICollection, IEnumerable

    Constructors

    View Source

    HttpAgentParameterCollection()

    Declaration
    public HttpAgentParameterCollection()

    Properties

    View Source

    Count

    Declaration
    public int Count { get; }
    Property Value
    Type Description
    int
    View Source

    IsFixedSize

    Declaration
    public bool IsFixedSize { get; }
    Property Value
    Type Description
    bool
    View Source

    IsReadOnly

    Declaration
    public bool IsReadOnly { get; }
    Property Value
    Type Description
    bool
    View Source

    IsSynchronized

    Declaration
    public bool IsSynchronized { get; }
    Property Value
    Type Description
    bool
    View Source

    this[int]

    Declaration
    public object this[int index] { get; set; }
    Parameters
    Type Name Description
    int index
    Property Value
    Type Description
    object
    View Source

    this[string]

    Declaration
    public object this[string parameterName] { get; set; }
    Parameters
    Type Name Description
    string parameterName
    Property Value
    Type Description
    object
    View Source

    SyncRoot

    Declaration
    public object SyncRoot { get; }
    Property Value
    Type Description
    object

    Methods

    View Source

    Add(object)

    Declaration
    public int Add(object value)
    Parameters
    Type Name Description
    object value
    Returns
    Type Description
    int
    View Source

    Clear()

    Declaration
    public void Clear()
    View Source

    Contains(object)

    Declaration
    public bool Contains(object value)
    Parameters
    Type Name Description
    object value
    Returns
    Type Description
    bool
    View Source

    Contains(string)

    Declaration
    public bool Contains(string parameterName)
    Parameters
    Type Name Description
    string parameterName
    Returns
    Type Description
    bool
    View Source

    CopyTo(Array, int)

    Declaration
    public void CopyTo(Array array, int index)
    Parameters
    Type Name Description
    Array array
    int index
    View Source

    GetEnumerator()

    Declaration
    public IEnumerator GetEnumerator()
    Returns
    Type Description
    IEnumerator
    View Source

    IndexOf(object)

    Declaration
    public int IndexOf(object value)
    Parameters
    Type Name Description
    object value
    Returns
    Type Description
    int
    View Source

    IndexOf(string)

    Declaration
    public int IndexOf(string parameterName)
    Parameters
    Type Name Description
    string parameterName
    Returns
    Type Description
    int
    View Source

    Insert(int, object)

    Declaration
    public void Insert(int index, object value)
    Parameters
    Type Name Description
    int index
    object value
    View Source

    Remove(object)

    Declaration
    public void Remove(object value)
    Parameters
    Type Name Description
    object value
    View Source

    RemoveAt(int)

    Declaration
    public void RemoveAt(int index)
    Parameters
    Type Name Description
    int index
    View Source

    RemoveAt(string)

    Declaration
    public void RemoveAt(string parameterName)
    Parameters
    Type Name Description
    string parameterName

    Implements

    IDataParameterCollection
    IList
    ICollection
    IEnumerable
    • View Source
    In this article
    Back to top Generated by DocFX