C# Class de.sones.solutions.lib.owl.data.ODataItem

Mostrar archivo Open project: sones/sones-dbpedia Class Usage Examples

Public Properties

Property Type Description
allowedProperties List
bToInsert bool
updateProperties List>.Dictionary

Private Properties

Property Type Description

Public Methods

Method Description
Add ( String propertyName, String propertyValue ) : bool
BuildUpdateGql ( Ontology thisOntology, bool bUUIDHandling ) : string
IsEmpty ( ) : bool
ODataItem ( OClass originClass ) : System

Method Details

Add() public method

public Add ( String propertyName, String propertyValue ) : bool
propertyName String
propertyValue String
return bool

BuildUpdateGql() public method

public BuildUpdateGql ( Ontology thisOntology, bool bUUIDHandling ) : string
thisOntology Ontology
bUUIDHandling bool
return string

IsEmpty() public method

public IsEmpty ( ) : bool
return bool

ODataItem() public method

public ODataItem ( OClass originClass ) : System
originClass OClass
return System

Property Details

allowedProperties public_oe property

public List allowedProperties
return List

bToInsert public_oe property

public bool bToInsert
return bool

updateProperties public_oe property

public Dictionary> updateProperties
return List>.Dictionary