Click or drag to resize

IContentView Interface

Represents a view 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 IContentView

The IContentView type exposes the following members.

Properties
  NameDescription
Public propertyHidden
Gets a value indicating whether the view is hidden.
Top
Methods
  NameDescription
Public methodGetColumns
Gets the columns shown in the view.
Public methodGetViewDisplayName
Gets the view's display name.
Public methodGetViewGuid
Gets the view's GUID.
Public methodGetViewName
Gets the view's name.
Top
See Also