GenerateMissingServicesContext
Assembly: ServiceStack.Server.dll
View Source
Declaration
public class GenerateMissingServicesContext : object
Properties
MetadataTypes
View Source
Declaration
public List<MetadataType> MetadataTypes { get; }
ExistingMetaTypesMap
View Source
Declaration
public Dictionary<Tuple<string, string>, MetadataType> ExistingMetaTypesMap { get; }
GeneratedTypes
View Source
Declaration
public Dictionary<Tuple<string, string>, Type> GeneratedTypes { get; }