IModelRelationInfo Interface |
Namespace: MicaSystems.Utils.DataSet
public interface IModelRelationInfo : IModelInfo
The IModelRelationInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| GetGuid |
Gets the model guid.
(Inherited from IModelInfo.) | |
| GetName |
Gets the model name.
(Inherited from IModelInfo.) | |
| GetSide1ConstraintName |
Gets the name of the first side constraint.
| |
| GetSide1ContentTypeGuid |
Gets the guid of the first content-type.
| |
| GetSide2ConstraintName |
Gets the name of the second side constraint.
| |
| GetSide2ContentTypeGuid |
Gets the guid of the second content-type.
|