Search Results for

    Show / Hide Table of Contents

    Class HubDatabaseRef

    A Hub database reference (display name + hubDatabaseId).

    Inheritance
    object
    HubDatabaseRef
    Inherited Members
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: Reportman.Designer
    Assembly: Reportman.Designer.dll
    Syntax
    public sealed class HubDatabaseRef

    Constructors

    View Source

    HubDatabaseRef()

    Declaration
    public HubDatabaseRef()

    Fields

    View Source

    Id

    Declaration
    public long Id
    Field Value
    Type Description
    long
    View Source

    Name

    Declaration
    public string Name
    Field Value
    Type Description
    string

    Methods

    View Source

    Equals(object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    object obj
    Returns
    Type Description
    bool
    Overrides
    object.Equals(object)
    View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int
    Overrides
    object.GetHashCode()
    View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    object.ToString()
    • View Source
    In this article
    Back to top Generated by DocFX