C# 클래스 DynamicSPARQLSpace.Utilities

파일 보기 프로젝트 열기: Efimster/DynamicSPARQL

공개 메소드들

메소드 설명
AutoquoteSPARQL ( this val ) : string
GetIRIType ( this str ) : IRIType

Chaecks whether string is IRI

MindAsterisk ( this str ) : string
NewStringGuid ( bool noDashes = true ) : string

Generates string GUID

메소드 상세

AutoquoteSPARQL() 공개 정적인 메소드

public static AutoquoteSPARQL ( this val ) : string
val this
리턴 string

GetIRIType() 공개 정적인 메소드

Chaecks whether string is IRI
public static GetIRIType ( this str ) : IRIType
str this
리턴 IRIType

MindAsterisk() 공개 정적인 메소드

public static MindAsterisk ( this str ) : string
str this
리턴 string

NewStringGuid() 공개 정적인 메소드

Generates string GUID
public static NewStringGuid ( bool noDashes = true ) : string
noDashes bool
리턴 string