Click or drag to resize

SystemColumns Class

Provides the definition of all system columns, automatically ensured in all content-types.
Inheritance Hierarchy
SystemObject
  Packflow.ModelingSystemColumns

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public static class SystemColumns

The SystemColumns type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberBaseColumns
Gets the base columns, standard for all content-types.
Public propertyStatic memberTaskColumns
Gets the task columns, standard for content-types with Task as base type.
Top
Methods
  NameDescription
Public methodStatic memberEnsureContentType
Ensures the system columns in a content-type and returns consistency errors.
Public methodStatic memberEnsureModel
Ensures system column in a model and returns consistency errors.
Top
See Also