Interface ISchemaRelation
Assembly: fcSDK.dll
Syntax
public interface ISchemaRelation
Properties
Cardinality
Declaration
SchemaRelationCardinality Cardinality { get; }
Property Value
ChildTable
Declaration
ISchemaTable ChildTable { get; }
Property Value
Description
Declaration
string Description { get; }
Property Value
Type |
Description |
System.String |
|
ExclusiveObjectIDField
Declaration
ISchemaField ExclusiveObjectIDField { get; }
Property Value
ExclusiveTableField
Declaration
ISchemaField ExclusiveTableField { get; }
Property Value
Flags
Declaration
Property Value
Type |
Description |
System.Object |
|
InverseRelation
Declaration
ISchemaRelation InverseRelation { get; }
Property Value
IsExclusive
Declaration
bool IsExclusive { get; }
Property Value
Type |
Description |
System.Boolean |
|
IsMandatory
Declaration
bool IsMandatory { get; }
Property Value
Type |
Description |
System.Boolean |
|
IsMtm
Declaration
Property Value
Type |
Description |
System.Boolean |
|
MandatoryObjectID
Declaration
object MandatoryObjectID { get; }
Property Value
Type |
Description |
System.Object |
|
MtmTableName
Declaration
string MtmTableName { get; }
Property Value
Type |
Description |
System.String |
|
Name
Declaration
Property Value
Type |
Description |
System.String |
|
ObjectID
Declaration
Property Value
Type |
Description |
System.Object |
|
ParentTable
Declaration
ISchemaTable ParentTable { get; }
Property Value
Rank
Declaration
Property Value
Type |
Description |
System.Int32 |
|
SourceTable
Declaration
ISchemaTable SourceTable { get; }
Property Value
TargetTable
Declaration
ISchemaTable TargetTable { get; }
Property Value