VbNetGeneratorExtensions
Assembly: ServiceStack.dll
View Source
Declaration
public static class VbNetGeneratorExtensions
Methods
SafeComment(String)
View Source
Declaration
public static string SafeComment(this string comment)
Returns
System.String
Parameters
Type | Name |
---|---|
System.String | comment |
SafeToken(String)
View Source
Declaration
public static string SafeToken(this string token)
Returns
System.String
Parameters
Type | Name |
---|---|
System.String | token |
SafeValue(String)
View Source
Declaration
public static string SafeValue(this string value)
Returns
System.String
Parameters
Type | Name |
---|---|
System.String | value |
QuotedSafeValue(String)
View Source
Declaration
public static string QuotedSafeValue(this string value)
Returns
System.String
Parameters
Type | Name |
---|---|
System.String | value |
ToMetadataAttribute(MetadataRoute)
View Source
Declaration
public static MetadataAttribute ToMetadataAttribute(this MetadataRoute route)
Returns
ServiceStack.MetadataAttribute
Parameters
Type | Name |
---|---|
ServiceStack.MetadataRoute | route |