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

Afficher le fichier Open project: sones/sones-dbpedia Class Usage Examples

Méthodes publiques

Свойство Type Description
allowedProperties List
bToInsert bool
updateProperties List>.Dictionary

Private Properties

Свойство Type Description

Méthodes publiques

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

Method Details

Add() public méthode

public Add ( String propertyName, String propertyValue ) : bool
propertyName String
propertyValue String
Résultat bool

BuildUpdateGql() public méthode

public BuildUpdateGql ( Ontology thisOntology, bool bUUIDHandling ) : string
thisOntology Ontology
bUUIDHandling bool
Résultat string

IsEmpty() public méthode

public IsEmpty ( ) : bool
Résultat bool

ODataItem() public méthode

public ODataItem ( OClass originClass ) : System
originClass OClass
Résultat System

Property Details

allowedProperties public_oe property

public List allowedProperties
Résultat List

bToInsert public_oe property

public bool bToInsert
Résultat bool

updateProperties public_oe property

public Dictionary> updateProperties
Résultat List>.Dictionary