Interface ISchemaTableBase
Assembly: fcSDK.dll
Syntax
public interface ISchemaTableBase
Properties
Description
Declaration
string Description { get; }
Property Value
Type |
Description |
System.String |
|
Fields
Declaration
ISchemaFieldCollection Fields { get; }
Property Value
Flags
Declaration
Property Value
Type |
Description |
System.Object |
|
IsDataRestricted
Declaration
bool IsDataRestricted { get; }
Property Value
Type |
Description |
System.Boolean |
|
Name
Declaration
Property Value
Type |
Description |
System.String |
|
Number
Declaration
Property Value
Type |
Description |
System.Object |
|
ObjectID
Declaration
Property Value
Type |
Description |
System.Object |
|
Subsystem
Declaration
string Subsystem { get; }
Property Value
Type |
Description |
System.String |
|