Click or drag to resize

IModelRelationInfo Interface

Provides a definition for relations used in MicaContentDataSet.

Namespace:  MicaSystems.Utils.DataSet
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public interface IModelRelationInfo : IModelInfo

The IModelRelationInfo type exposes the following members.

Methods
  NameDescription
Public methodGetGuid
Gets the model guid.
(Inherited from IModelInfo.)
Public methodGetName
Gets the model name.
(Inherited from IModelInfo.)
Public methodGetSide1ConstraintName
Gets the name of the first side constraint.
Public methodGetSide1ContentTypeGuid
Gets the guid of the first content-type.
Public methodGetSide2ConstraintName
Gets the name of the second side constraint.
Public methodGetSide2ContentTypeGuid
Gets the guid of the second content-type.
Top
See Also