Apistry.ApiController.HttpControllerDocumentation.HttpControllerDocumentation C# (CSharp) Method

HttpControllerDocumentation() public method

public HttpControllerDocumentation ( Type type, String resourceName, String summary ) : System
type System.Type
resourceName String
summary String
return System
        public HttpControllerDocumentation(Type type, String resourceName, String summary)
        {
            _Type = type;
            _ResourceName = resourceName;
            _Summary = summary;
        }
HttpControllerDocumentation