C# 클래스 SmartConfig.DataStores.Registry.RegistryUrn

상속: SettingUrn
파일 보기 프로젝트 열기: he-dev/SmartConfig 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DefaultDelimiter string

공개 메소드들

메소드 설명
IsLike ( RegistryUrn registryUrn ) : bool
Parse ( string value ) : RegistryUrn
RegistryUrn ( SettingUrn urn ) : System

메소드 상세

IsLike() 공개 메소드

public IsLike ( RegistryUrn registryUrn ) : bool
registryUrn RegistryUrn
리턴 bool

Parse() 공개 정적인 메소드

public static Parse ( string value ) : RegistryUrn
value string
리턴 RegistryUrn

RegistryUrn() 공개 메소드

public RegistryUrn ( SettingUrn urn ) : System
urn SettingUrn
리턴 System

프로퍼티 상세

DefaultDelimiter 공개적으로 정적으로 프로퍼티

public static string DefaultDelimiter
리턴 string