BcfRelationSetup Class |
[This is preliminary documentation and is subject to change.]
Namespace: CalculationWorks.BusinessModel.Design
The BcfRelationSetup type exposes the following members.
| Name | Description | |
|---|---|---|
| BcfRelationSetup | Initializes a new instance of the BcfRelationSetup class |
| Name | Description | |
|---|---|---|
| ChildEndMaxConstraint |
Gets or sets the child rows count maximum.
| |
| ChildEndMinConstraint |
Gets or sets the child rows count minimum.
| |
| ChildKeyColumns |
Gets or sets the child key columns.
| |
| ChildTable |
Gets or sets the child-table name.
| |
| DeleteRule |
Gets or sets the relation delete rule.
| |
| HasParentEndNotNullConstraint |
Gets or sets a value indicating parent row is mandatory on child rows.
| |
| Name |
Gets or sets the relation-name.
| |
| ParentKeyColumns |
Gets or sets the parent key columns.
| |
| ParentTable |
Gets or sets the parent-table name.
| |
| UpdateRule |
Gets or sets the relation update rule.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetOptions |
Gets the relation-options.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SetOptions |
Sets the relation-options.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |