Skip to main content

AppMetadataCache

Assembly: ServiceStack.Client.dll​
View Source​
Declaration
[Exclude(Feature.Soap)]
public class AppMetadataCache

Properties​

OperationsMap​

View Source​
Declaration
public Dictionary<string, MetadataOperationType> OperationsMap { get; set; }

TypesMap​

View Source​
Declaration
public Dictionary<string, MetadataType> TypesMap { get; set; }