ProjectInstanceSettings Enum

Definition

Enum for controlling project instance creation

This enumeration supports a bitwise combination of its member values.

public enum class ProjectInstanceSettings
[System.Flags]
public enum ProjectInstanceSettings
[<System.Flags>]
type ProjectInstanceSettings = 
Public Enum ProjectInstanceSettings
Inheritance
ProjectInstanceSettings
Attributes

Fields

Immutable 1

create immutable version of project instance

ImmutableWithFastItemLookup 3

create project instance with some look up table that improves performance

None 0

no options

Applies to