Click or drag to resize

IModelVersionInfo Interface

Provides a definition for model versions 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 IModelVersionInfo : IModelInfo

The IModelVersionInfo 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 methodGetVersionString
Gets the text representing this version.
Top
See Also