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
tType
Properties
Changes
public IAggregateChangeTypeInfo[] Changes { get; set; }
Property Value
Commands
public IAggregateCommandTypeInfo[] Commands { get; set; }
Property Value
ID
public Guid ID { get; }
Property Value
Name
public string Name { get; }
Property Value
Type
public Type Type { get; }
Property Value
Methods
ToString()
public override string ToString()