IDatabaseRelTypeCreate Method |
Namespace:
PDTec.IceNet.Core.Database.Implementation
Assembly:
PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax void RelTypeCreate(
string name,
string displayName,
string description,
string descriptionFrom,
string descriptionTo,
Cardinality cardinalityFrom,
Cardinality cardinalityTo,
bool isOrderedFrom,
bool isOrderedTo,
string packId,
bool isExtended,
out string id
)
Parameters
- name
- Type: SystemString
- displayName
- Type: SystemString
- description
- Type: SystemString
- descriptionFrom
- Type: SystemString
- descriptionTo
- Type: SystemString
- cardinalityFrom
- Type: PDTec.IceNet.Core.ModelCardinality
- cardinalityTo
- Type: PDTec.IceNet.Core.ModelCardinality
- isOrderedFrom
- Type: SystemBoolean
- isOrderedTo
- Type: SystemBoolean
- packId
- Type: SystemString
- isExtended
- Type: SystemBoolean
- id
- Type: SystemString
See Also