Click or drag to resize

IcddResourceWrapper Methods

The IcddResourceWrapper type exposes the following members.

Methods
  Name Description
Public method AddComment(String) Adds a comment for this resource.
(Inherited from OntologyResource)
Public method AddComment(String, String) Adds a comment in a specific language for this resource.
(Inherited from OntologyResource)
Public method AddDifferentFrom(INode) Adds a new owl:differentFrom triple for the resource.
(Inherited from OntologyResource)
Public method AddDifferentFrom(OntologyResource) Adds a new owl:differentFrom triple for the resource.
(Inherited from OntologyResource)
Public method AddDifferentFrom(Uri) Adds a new owl:differentFrom triple for the resource.
(Inherited from OntologyResource)
Public method AddIsDefinedBy(INode) Adds a new rdfs:isDefinedBy triple for the resource.
(Inherited from OntologyResource)
Public method AddIsDefinedBy(OntologyResource) Adds a new rdfs:isDefinedBy triple for the resource.
(Inherited from OntologyResource)
Public method AddIsDefinedBy(Uri) Adds a new rdfs:isDefinedBy triple for the resource.
(Inherited from OntologyResource)
Public method AddLabel(String) Adds a label for the resource.
(Inherited from OntologyResource)
Public method AddLabel(String, String) Adds a label in a specific language for a resource.
(Inherited from OntologyResource)
Public method AddLiteralProperty(String, ILiteralNode, Boolean) Adds a new literal value for a property.
(Inherited from OntologyResource)
Public method AddLiteralProperty(Uri, ILiteralNode, Boolean) Adds a new literal value for a property.
(Inherited from OntologyResource)
Public method AddResourceProperty(String, INode, Boolean) Adds a new value for a property.
(Inherited from OntologyResource)
Public method AddResourceProperty(Uri, INode, Boolean) Adds a new value for a property.
(Inherited from OntologyResource)
Public method AddSameAs(INode) Adds a new owl:sameAs triple for the resource.
(Inherited from OntologyResource)
Public method AddSameAs(OntologyResource) Adds a new owl:sameAs triple for the resource.
(Inherited from OntologyResource)
Public method AddSameAs(Uri) Adds a new owl:sameAs triple for the resource.
(Inherited from OntologyResource)
Public method AddSeeAlso(INode) Adds a new rdfs:seeAlso triple for the resource.
(Inherited from OntologyResource)
Public method AddSeeAlso(OntologyResource) Adds a new rdfs:seeAlso triple for the resource.
(Inherited from OntologyResource)
Public method AddSeeAlso(Uri) Adds a new rdfs:seeAlso triple for the resource.
(Inherited from OntologyResource)
Public method AddType(INode) Adds a new rdf:type triple for the resource.
(Inherited from OntologyResource)
Public method AddType(OntologyResource) Adds a new rdf:type triple for the resource.
(Inherited from OntologyResource)
Public method AddType(Uri) Adds a new rdf:type triple for the resource.
(Inherited from OntologyResource)
Public method AddVersionInfo Adds version information for the resource.
(Inherited from OntologyResource)
Public method AsClass Casts a Resource into an Ontology Class.
(Inherited from OntologyResource)
Public method AsNode  
Public method AsProperty Casts a Resource into an Ontology Property.
(Inherited from OntologyResource)
Public method ClearComments Removes all comments for this resource.
(Inherited from OntologyResource)
Public method ClearDifferentFrom Clears all owl:differentFrom triples for the resource.
(Inherited from OntologyResource)
Public method ClearIsDefinedBy Removes all rdfs:isDefinedBy triples for the resource.
(Inherited from OntologyResource)
Public method ClearLabels Clears all labels for a resource.
(Inherited from OntologyResource)
Public method ClearLiteralProperty(String, Boolean) Clears all values for a Literal Property.
(Inherited from OntologyResource)
Public method ClearLiteralProperty(Uri, Boolean) Clears all values for a Literal Property.
(Inherited from OntologyResource)
Public method ClearResourceProperty(String, Boolean) Clears all values for a Resource Property.
(Inherited from OntologyResource)
Public method ClearResourceProperty(Uri, Boolean) Clears all values for a Resource Property.
(Inherited from OntologyResource)
Public method ClearSameAs Removes all owl:sameAs triples for the resource.
(Inherited from OntologyResource)
Public method ClearSeeAlso Removes all rdfs:seeAlso triples for the resource.
(Inherited from OntologyResource)
Public method ClearTypes Removes all rdf:type triples for the resource.
(Inherited from OntologyResource)
Public method ClearVersionInfo Clears version information for the resource.
(Inherited from OntologyResource)
Public method Equals
(Overrides ObjectEquals(Object))
Public method GetHashCode
(Overrides ObjectGetHashCode)
Public method GetLiteralProperty(String) Gets the values for a property which is restricted to literals.
(Inherited from OntologyResource)
Public method GetLiteralProperty(Uri) Gets the values for a property which is restricted to literals.
(Inherited from OntologyResource)
Public method GetNamespace  
Public method GetResourceProperty(String) Gets the values for a property which can be any node type.
(Inherited from OntologyResource)
Public method GetResourceProperty(Uri) Gets the values for a property which can be any node type.
(Inherited from OntologyResource)
Public method GetType Gets the Type of the current instance.
(Inherited from Object)
Public method RemoveComment(ILiteralNode) Removes a comment for this resource.
(Inherited from OntologyResource)
Public method RemoveComment(String) Removes a comment for this resource.
(Inherited from OntologyResource)
Public method RemoveComment(String, String) Removes a comment in a specific language for this resource.
(Inherited from OntologyResource)
Public method RemoveDifferentFrom(INode) Removes a owl:differentFrom triple for the resource.
(Inherited from OntologyResource)
Public method RemoveDifferentFrom(OntologyResource) Removes a owl:differentFrom triple for the resource.
(Inherited from OntologyResource)
Public method RemoveDifferentFrom(Uri) Removes a owl:differentFrom triple for the resource.
(Inherited from OntologyResource)
Public method RemoveIsDefinedBy(INode) Removes a rdfs:isDefinedBy triple for the resource.
(Inherited from OntologyResource)
Public method RemoveIsDefinedBy(OntologyResource) Removes a rdfs:isDefinedBy triple for the resource.
(Inherited from OntologyResource)
Public method RemoveIsDefinedBy(Uri) Removes a rdfs:isDefinedBy triple for the resource.
(Inherited from OntologyResource)
Public method RemoveLabel(ILiteralNode) Removes a specific label for a resource.
(Inherited from OntologyResource)
Public method RemoveLabel(String) Removes a label for a resource.
(Inherited from OntologyResource)
Public method RemoveLabel(String, String) Removes a label in a specific language for a resource.
(Inherited from OntologyResource)
Public method RemoveLiteralProperty(String, ILiteralNode, Boolean) Removes a literal value for a property.
(Inherited from OntologyResource)
Public method RemoveLiteralProperty(Uri, ILiteralNode, Boolean) Removes a literal value for a property.
(Inherited from OntologyResource)
Public method RemoveResourceProperty(String, INode, Boolean) Removes a value for a property.
(Inherited from OntologyResource)
Public method RemoveResourceProperty(Uri, INode, Boolean) Removes a value for a property.
(Inherited from OntologyResource)
Public method RemoveSameAs(INode) Removes a owl:sameAs triple for the resource.
(Inherited from OntologyResource)
Public method RemoveSameAs(OntologyResource) Removes a owl:sameAs triple for the resource.
(Inherited from OntologyResource)
Public method RemoveSameAs(Uri) Removes a owl:sameAs triple for the resource.
(Inherited from OntologyResource)
Public method RemoveSeeAlso(INode) Removes a rdfs:seeAlso triple for the resource.
(Inherited from OntologyResource)
Public method RemoveSeeAlso(OntologyResource) Removes a rdfs:seeAlso triple for the resource.
(Inherited from OntologyResource)
Public method RemoveSeeAlso(Uri) Removes a rdfs:seeAlso triple for the resource.
(Inherited from OntologyResource)
Public method RemoveType(INode) Removes a rdf:type triple for the resource.
(Inherited from OntologyResource)
Public method RemoveType(OntologyResource) Removes a rdf:type triple for the resource.
(Inherited from OntologyResource)
Public method RemoveType(Uri) Removes a rdf:type triple for the resource.
(Inherited from OntologyResource)
Public method RemoveVersionInfo(ILiteralNode) Remove version information for the resource.
(Inherited from OntologyResource)
Public method RemoveVersionInfo(String) Remove version information for the resource.
(Inherited from OntologyResource)
Public method ToString
(Overrides OntologyResource.ToString)
Top
See Also