C# Class ServiceStack.NativeTypes.VbNet.VbNetGeneratorExtensions

Exibir arquivo Open project: ServiceStack/ServiceStack

Public Methods

Method Description
QuotedSafeValue ( this value ) : string
SafeComment ( this comment ) : string
SafeToken ( this token ) : string
SafeValue ( this value ) : string
ToMetadataAttribute ( this route ) : MetadataAttribute

Method Details

QuotedSafeValue() public static method

public static QuotedSafeValue ( this value ) : string
value this
return string

SafeComment() public static method

public static SafeComment ( this comment ) : string
comment this
return string

SafeToken() public static method

public static SafeToken ( this token ) : string
token this
return string

SafeValue() public static method

public static SafeValue ( this value ) : string
value this
return string

ToMetadataAttribute() public static method

public static ToMetadataAttribute ( this route ) : MetadataAttribute
route this
return MetadataAttribute