C# Class Castle.Core.Resource.CustomUri

Show file Open project: nats/castle-1.0.3-mono Class Usage Examples

Public Properties

Property Type Description
SchemeDelimiter String
UriSchemeAssembly String
UriSchemeFile String

Public Methods

Method Description
CustomUri ( String resourceIdentifier ) : System

Private Methods

Method Description
ParseIdentifier ( String identifier ) : void
SanityCheck ( String resourceIdentifier ) : void

Method Details

CustomUri() public method

public CustomUri ( String resourceIdentifier ) : System
resourceIdentifier String
return System

Property Details

SchemeDelimiter public static property

public static String SchemeDelimiter
return String

UriSchemeAssembly public static property

public static String UriSchemeAssembly
return String

UriSchemeFile public static property

public static String UriSchemeFile
return String