Config
Base Url
https://web.web-templates.io
Make Partial
true
Make Virtual
true
Make Internal
false
Add Return Marker
true
Add Description As Comments
true
Add Doc Annotations
true
Add Data Contract Attributes
false
Add Indexes To Data Members
false
Add Generated Code Attributes
false
Add Response Status
false
Add Service Stack Types
true
Add Model Extensions
true
Add Property Accessors
true
Exclude Generic Base Types
false
Setters Return This
true
Add Nullable Annotations
false
Make Properties Optional
false
Export As Types
false
Exclude Implemented Interfaces
false
Add Default Xml Namespace
http://schemas.servicestack.net/types
Make Data Contracts Extensible
false
Initialize Collections
false
Default Namespaces
[ System, System.IO, System.Collections, System.Collections.Generic, System.Runtime.Serialization, ServiceStack, ServiceStack.DataAnnotations ]
Export Value Types
false
Exclude Namespace
false
Ignore Types
[ ]
Export Types
[ ServiceStack.IGet, ServiceStack.IPost, ServiceStack.IPut, ServiceStack.IDelete, ServiceStack.IPatch, ServiceStack.IMeta, ServiceStack.IHasSessionId, ServiceStack.IHasBearerToken, ServiceStack.IHasVersion, ServiceStack.ICreateDb`1[Table], ServiceStack.IUpdateDb`1[Table], ServiceStack.IPatchDb`1[Table], ServiceStack.IDeleteDb`1[Table], ServiceStack.ISaveDb`1[Table] ]
Export Attributes
[ System.FlagsAttribute, ServiceStack.ApiAttribute, ServiceStack.ApiResponseAttribute, ServiceStack.ApiMemberAttribute, ServiceStack.DataAnnotations.StringLengthAttribute, ServiceStack.DataAnnotations.IgnoreAttribute, System.Runtime.Serialization.IgnoreDataMemberAttribute, ServiceStack.DataAnnotations.ComputedAttribute, ServiceStack.DataAnnotations.MetaAttribute, ServiceStack.DataAnnotations.RequiredAttribute, ServiceStack.DataAnnotations.ReferencesAttribute, ServiceStack.AutoQueryViewerAttribute, ServiceStack.AutoQueryViewerFieldAttribute, ServiceStack.ValidateRequestAttribute, ServiceStack.ValidateIsAuthenticatedAttribute, ServiceStack.ValidateIsAdminAttribute, ServiceStack.ValidateHasRoleAttribute, ServiceStack.ValidateHasPermissionAttribute, ServiceStack.ValidateAttribute, ServiceStack.ValidateNullAttribute, ServiceStack.ValidateEmptyAttribute, ServiceStack.ValidateEmailAttribute, ServiceStack.ValidateNotNullAttribute, ServiceStack.ValidateNotEmptyAttribute, ServiceStack.ValidateCreditCardAttribute, ServiceStack.ValidateLengthAttribute, ServiceStack.ValidateExactLengthAttribute, ServiceStack.ValidateMaximumLengthAttribute, ServiceStack.ValidateMinimumLengthAttribute, ServiceStack.ValidateLessThanAttribute, ServiceStack.ValidateLessThanOrEqualAttribute, ServiceStack.ValidateGreaterThanAttribute, ServiceStack.ValidateGreaterThanOrEqualAttribute, ServiceStack.ValidateScalePrecisionAttribute, ServiceStack.ValidateRegularExpressionAttribute, ServiceStack.ValidateEqualAttribute, ServiceStack.ValidateNotEqualAttribute, ServiceStack.ValidateInclusiveBetweenAttribute, ServiceStack.ValidateExclusiveBetweenAttribute ]
Ignore Types In Namespaces
[ ServiceStack, ServiceStack.Auth, ServiceStack.Caching, ServiceStack.Configuration, ServiceStack.Data, ServiceStack.IO, ServiceStack.Logging, ServiceStack.Messaging, ServiceStack.Model, ServiceStack.Redis, ServiceStack.Web, ServiceStack.Jobs, ServiceStack.Admin, ServiceStack.NativeTypes, ServiceStack.Api.OpenApi ]
Namespaces
[ ]
Types
[ ]
Operations
RequestResponseActionsMethodReturn TypeRoutesView Model
Name
Hello
Namespace
MyApp.ServiceModel
Implements
NameNamespaceGeneric Args
IGet
ServiceStack
[ ]
Properties
NameTypeNamespaceIs Required
Name
String
System
true
Name
HelloResponse
Namespace
MyApp.ServiceModel
Implements
[ ]
Properties
NameTypeNamespaceIs Required
Result
String
System
true
[ ANY ]
GET
Name
HelloResponse
Namespace
MyApp.ServiceModel
Path
/hello/{Name}
Name
String
Namespace
System