Exemplo n.º 1
0
 internal Manga(int id, string type, ReadOnlyDictionary <string, string> links, MangaAttributes attributes)
 {
     Id         = id;
     Type       = type;
     Links      = links;
     Attributes = attributes;
 }
Exemplo n.º 2
0
 public DynamicEntity()
 {
     _attributes = new EntityAttributes();
 }
Exemplo n.º 3
0
 public static T As <T>(this IEntityAttributes mediaAttributes) where T : IEntityAttributes
 {
     return((T)mediaAttributes);
 }
Exemplo n.º 4
0
 public QueryReadModel()
 {
     Attributes = new EntityAttributes();
 }
Exemplo n.º 5
0
 public DomainEvent()
 {
     _attributes = new EntityAttributes();
 }
Exemplo n.º 6
0
 public Command()
 {
     _attributes = new EntityAttributes();
 }