ServiceMetadataExtensions
Assembly: ServiceStack.dll
View Source
Declaration
public static class ServiceMetadataExtensions
Methods
ToOperationDto(Operation)
View Source
Declaration
public static OperationDto ToOperationDto(this Operation operation)
Returns
ServiceStack.Host.OperationDto
Parameters
Type | Name |
---|---|
ServiceStack.Host.Operation | operation |
GetApiMembers(Type)
View Source
Declaration
public static List<ApiMemberAttribute> GetApiMembers(this Type operationType)
Returns
System.Collections.Generic.List<ServiceStack.ApiMemberAttribute>
Parameters
Type | Name |
---|---|
System.Type | operationType |
GetAssemblies(Operation)
View Source
Declaration
public static List<Assembly> GetAssemblies(this Operation operation)
Returns
System.Collections.Generic.List<System.Reflection.Assembly>
Parameters
Type | Name |
---|---|
ServiceStack.Host.Operation | operation |