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(); }
public static T As <T>(this IEntityAttributes mediaAttributes) where T : IEntityAttributes { return((T)mediaAttributes); }
public QueryReadModel() { Attributes = new EntityAttributes(); }
public DomainEvent() { _attributes = new EntityAttributes(); }
public Command() { _attributes = new EntityAttributes(); }