Skip to main content

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​
TypeName
System.Stringcomment

SafeToken(String)​

View Source​
Declaration
public static string SafeToken(this string token)
Returns​

System.String

Parameters​
TypeName
System.Stringtoken

SafeValue(String)​

View Source​
Declaration
public static string SafeValue(this string value)
Returns​

System.String

Parameters​
TypeName
System.Stringvalue

QuotedSafeValue(String)​

View Source​
Declaration
public static string QuotedSafeValue(this string value)
Returns​

System.String

Parameters​
TypeName
System.Stringvalue

ToMetadataAttribute(MetadataRoute)​

View Source​
Declaration
public static MetadataAttribute ToMetadataAttribute(this MetadataRoute route)
Returns​

ServiceStack.MetadataAttribute

Parameters​
TypeName
ServiceStack.MetadataRouteroute