Click or drag to resize

IModelContentTypeInfo Interface

Provides a definition for content-types 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 IModelContentTypeInfo : IModelInfo

The IModelContentTypeInfo type exposes the following members.

Methods
  NameDescription
Public methodGetDisplayName
Gets the display name of this content-type.
Public methodGetGuid
Gets the model guid.
(Inherited from IModelInfo.)
Public methodGetKeyColumnName
Gets the key column name of this content-type.
Public methodGetModelGuid
Gets the guid of the parent model of this content-type.
Public methodGetName
Gets the model name.
(Inherited from IModelInfo.)
Top
See Also