IContentType Interface |
Namespace: Packflow.Modeling
public interface IContentType : IModelContentTypeInfo, IModelInfo
The IContentType type exposes the following members.
| Name | Description | |
|---|---|---|
| GetContentTypeBaseType |
Gets the content-type's base type.
| |
| GetContentTypeDisplayName |
Gets the content-type's display name.
| |
| GetContentTypeGuid |
Gets the content-type's GUID.
| |
| GetContentTypeId |
Gets the content-type's id.
| |
| GetContentTypeName |
Gets the content-type's name.
| |
| GetDisplayName |
Gets the display name of this content-type.
(Inherited from IModelContentTypeInfo.) | |
| GetGuid |
Gets the model guid.
(Inherited from IModelInfo.) | |
| GetIColumn |
Gets a column by its GUID.
| |
| GetIColumns |
Gets all columns.
| |
| GetIState |
Gets a state by its GUID.
| |
| GetIStates |
Gets all states.
| |
| GetIView |
Gets a view by its GUID.
| |
| GetIViews |
Gets all views.
| |
| GetKeyColumnName |
Gets the key column name of this content-type.
(Inherited from IModelContentTypeInfo.) | |
| GetModelGuid |
Gets the guid of the parent model of this content-type.
(Inherited from IModelContentTypeInfo.) | |
| GetName |
Gets the model name.
(Inherited from IModelInfo.) | |
| IsLocalSecondary |
Determines whether the content-type is local and secondary.
|