Click or drag to resize

SystemColumnsEnsureModel Method

Ensures system column in a model and returns consistency errors.

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 List<ModelCheckerMessage> EnsureModel(
	Model model
)

Parameters

model
Type: Packflow.ModelingModel

Return Value

Type: ListModelCheckerMessage
Errors
See Also