Click or drag to resize

IModelColumnInfo Interface

Provides a definition for columns 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 IModelColumnInfo : IModelInfo

The IModelColumnInfo type exposes the following members.

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