C# Class SmartConfig.DataStores.Registry.RegistryUrn

Inheritance: SettingUrn
Mostra file Open project: he-dev/SmartConfig Class Usage Examples

Public Properties

Property Type Description
DefaultDelimiter string

Public Methods

Method Description
IsLike ( RegistryUrn registryUrn ) : bool
Parse ( string value ) : RegistryUrn
RegistryUrn ( SettingUrn urn ) : System

Method Details

IsLike() public method

public IsLike ( RegistryUrn registryUrn ) : bool
registryUrn RegistryUrn
return bool

Parse() public static method

public static Parse ( string value ) : RegistryUrn
value string
return RegistryUrn

RegistryUrn() public method

public RegistryUrn ( SettingUrn urn ) : System
urn SettingUrn
return System

Property Details

DefaultDelimiter public_oe static_oe property

public static string DefaultDelimiter
return string