Class TableData
Inherited Members
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 |