Table of Contents

Class AggregateTypeInfo

Namespace
Shift.Common.Timeline.Registries
Assembly
Shift.Common.dll
public class AggregateTypeInfo : IAggregateTypeInfo
Inheritance
AggregateTypeInfo
Implements
Inherited Members
Extension Methods

Constructors

AggregateTypeInfo(Type)

public AggregateTypeInfo(Type t)

Parameters

t Type

Properties

Changes

public IAggregateChangeTypeInfo[] Changes { get; set; }

Property Value

IAggregateChangeTypeInfo[]

Commands

public IAggregateCommandTypeInfo[] Commands { get; set; }

Property Value

IAggregateCommandTypeInfo[]

ID

public Guid ID { get; }

Property Value

Guid

Name

public string Name { get; }

Property Value

string

Type

public Type Type { get; }

Property Value

Type

Methods

ToString()

public override string ToString()

Returns

string