Skip to main content

OperationDto

Assembly: ServiceStack.dll
View Source
Declaration
public class OperationDto

Properties

Name

View Source
Declaration
public string Name { get; set; }

ResponseName

View Source
Declaration
public string ResponseName { get; set; }

ServiceName

View Source
Declaration
public string ServiceName { get; set; }

RestrictTo

View Source
Declaration
public List<string> RestrictTo { get; set; }

VisibleTo

View Source
Declaration
public List<string> VisibleTo { get; set; }

Actions

View Source
Declaration
public List<string> Actions { get; set; }

Routes

View Source
Declaration
public List<string> Routes { get; set; }

Tags

View Source
Declaration
public List<string> Tags { get; set; }