CreateTypeOptions
Assembly: ServiceStack.dll
View Source
Declaration
public class CreateTypeOptions
Properties
Routes
View Source
Declaration
public List<MetadataRoute> Routes { get; set; }
ImplementsFn
View Source
Declaration
public Func<string> ImplementsFn { get; set; }
IsRequest
View Source
Declaration
public bool IsRequest { get; set; }
IsResponse
View Source
Declaration
public bool IsResponse { get; set; }
IsType
View Source
Declaration
public bool IsType { get; set; }
IsNestedType
View Source
Declaration
public bool IsNestedType { get; set; }
Op
View Source
Declaration
public MetadataOperationType Op { get; set; }