Table of Contents

Enum CodeElementRole

Namespace
C4.Net
Assembly
C4.Net.Core.dll

Identifies how a code element contributes to a component implementation.

public enum CodeElementRole

Fields

Primary = 0

Marks the primary type that represents the component itself.

Supporting = 1

Marks an additional supporting type used by the component.