Click or drag to resize

IContentType Interface

Represents a content-type 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 IContentType : IModelContentTypeInfo, 
	IModelInfo

The IContentType type exposes the following members.

Methods
  NameDescription
Public methodGetContentTypeBaseType
Gets the content-type's base type.
Public methodGetContentTypeDisplayName
Gets the content-type's display name.
Public methodGetContentTypeGuid
Gets the content-type's GUID.
Public methodGetContentTypeId
Gets the content-type's id.
Public methodGetContentTypeName
Gets the content-type's name.
Public methodGetDisplayName
Gets the display name of this content-type.
(Inherited from IModelContentTypeInfo.)
Public methodGetGuid
Gets the model guid.
(Inherited from IModelInfo.)
Public methodGetIColumn
Gets a column by its GUID.
Public methodGetIColumns
Gets all columns.
Public methodGetIState
Gets a state by its GUID.
Public methodGetIStates
Gets all states.
Public methodGetIView
Gets a view by its GUID.
Public methodGetIViews
Gets all views.
Public methodGetKeyColumnName
Gets the key column name of this content-type.
(Inherited from IModelContentTypeInfo.)
Public methodGetModelGuid
Gets the guid of the parent model of this content-type.
(Inherited from IModelContentTypeInfo.)
Public methodGetName
Gets the model name.
(Inherited from IModelInfo.)
Public methodIsLocalSecondary
Determines whether the content-type is local and secondary.
Top
See Also