C# 클래스 RDFSharp.Model.RDFTypedLiteral

RDFTypedLiteral represents a RDFLiteral which is denoted by a Datatype.
상속: RDFSharp.Model.RDFLiteral
파일 보기 프로젝트 열기: mdesalvo/RDFSharp 1 사용 예제들

공개 메소드들

메소드 설명
RDFTypedLiteral ( String value, RDFModelEnums datatype ) : System

Default-ctor to build a typed literal with given value and given datatype. Semantic validation of given value against given datatype is performed.

ToString ( ) : String

Gives the string representation of the typed literal

비공개 메소드들

메소드 설명
HasBooleanDatatype ( ) : System.Boolean

Checks if the datatype of this typed literal is compatible with boolean

HasDatetimeDatatype ( ) : System.Boolean

Checks if the datatype of this typed literal is compatible with datetime

HasDecimalDatatype ( ) : System.Boolean

Checks if the datatype of this typed literal is compatible with decimal

HasStringDatatype ( ) : System.Boolean

Checks if the datatype of this typed literal is compatible with string

HasTimespanDatatype ( ) : System.Boolean

Checks if the datatype of this typed literal is compatible with timespan

메소드 상세

RDFTypedLiteral() 공개 메소드

Default-ctor to build a typed literal with given value and given datatype. Semantic validation of given value against given datatype is performed.
public RDFTypedLiteral ( String value, RDFModelEnums datatype ) : System
value String
datatype RDFModelEnums
리턴 System

ToString() 공개 메소드

Gives the string representation of the typed literal
public ToString ( ) : String
리턴 String