C# 클래스 de.sones.solutions.lib.owl.data.ODataItem

파일 보기 프로젝트 열기: sones/sones-dbpedia 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
allowedProperties List
bToInsert bool
updateProperties List>.Dictionary

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Add ( String propertyName, String propertyValue ) : bool
BuildUpdateGql ( Ontology thisOntology, bool bUUIDHandling ) : string
IsEmpty ( ) : bool
ODataItem ( OClass originClass ) : System

메소드 상세

Add() 공개 메소드

public Add ( String propertyName, String propertyValue ) : bool
propertyName String
propertyValue String
리턴 bool

BuildUpdateGql() 공개 메소드

public BuildUpdateGql ( Ontology thisOntology, bool bUUIDHandling ) : string
thisOntology Ontology
bUUIDHandling bool
리턴 string

IsEmpty() 공개 메소드

public IsEmpty ( ) : bool
리턴 bool

ODataItem() 공개 메소드

public ODataItem ( OClass originClass ) : System
originClass OClass
리턴 System

프로퍼티 상세

allowedProperties 공개적으로 프로퍼티

public List allowedProperties
리턴 List

bToInsert 공개적으로 프로퍼티

public bool bToInsert
리턴 bool

updateProperties 공개적으로 프로퍼티

public Dictionary> updateProperties
리턴 List>.Dictionary