Click or drag to resize

IContentColumn Interface

Represents a column in the same model or in another model.

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public interface IContentColumn

The IContentColumn type exposes the following members.

Methods
  NameDescription
Public methodGetColumnDisplayName
Gets the column's display name.
Public methodGetColumnGuid
Gets the column's GUID.
Public methodGetColumnName
Gets the column's name.
Public methodGetColumnType
Gets the column's type.
Top
See Also