Search Results for

    Show / Hide Table of Contents

    Class TableData

    Inheritance
    object
    TableData
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Reportman.Drawing
    Assembly: Reportman.Drawing.dll
    Syntax
    public class TableData

    Constructors

    TableData(string, int, int, int)

    Declaration
    public TableData(string tname, int tlocation, int tlength, int tchecksum)
    Parameters
    Type Name Description
    string tname
    int tlocation
    int tlength
    int tchecksum

    Fields

    Checksum

    Declaration
    public int Checksum
    Field Value
    Type Description
    int

    Length

    Declaration
    public int Length
    Field Value
    Type Description
    int

    Location

    Declaration
    public int Location
    Field Value
    Type Description
    int

    TableName

    Declaration
    public string TableName
    Field Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX