Table of Contents

Class SourceDeclaration

Namespace
Typhon.Engine
Assembly
Typhon.Engine.dll

A shared non-spatial source and the projection its members travel under.

public sealed class SourceDeclaration
Inheritance
SourceDeclaration
Inherited Members

Properties

Index

The order this source was declared in.

public int Index { get; }

Property Value

int

Name

The source's name.

public string Name { get; }

Property Value

string

Projection

What of each member travels.

public ArchetypeProjection Projection { get; }

Property Value

ArchetypeProjection

View

The View whose membership drives enters and leaves.

public ViewBase View { get; }

Property Value

ViewBase

Methods

ToString()

public override string ToString()

Returns

string