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