Class SourceDeclaration
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
Name
The source's name.
public string Name { get; }
Property Value
Projection
What of each member travels.
public ArchetypeProjection Projection { get; }
Property Value
View
The View whose membership drives enters and leaves.
public ViewBase View { get; }
Property Value
Methods
ToString()
public override string ToString()