C# 클래스 Dimi.InstantRDF.BusinessLogic.OntologyFactory

The ontology factory
파일 보기 프로젝트 열기: coding3d/InstantRDF 1 사용 예제들

공개 메소드들

메소드 설명
GenerateDocumentType ( int id ) : DocumentType

Generates the document type.

GenerateOntologyGraph ( ) : VDS.RDF.Graph

Generates the ontology graph.

OntologyFactory ( IUmbracoDocumentTypeRepository documentTypeRepository, IUmbracoPropertyTypeRepository propertyTypeRepository ) : System

Initializes a new instance of the OntologyFactory class.

메소드 상세

GenerateDocumentType() 공개 메소드

Generates the document type.
public GenerateDocumentType ( int id ) : DocumentType
id int The id of the document type in Umbraco.
리턴 Dimi.InstantRDF.Model.DocumentType

GenerateOntologyGraph() 공개 메소드

Generates the ontology graph.
public GenerateOntologyGraph ( ) : VDS.RDF.Graph
리턴 VDS.RDF.Graph

OntologyFactory() 공개 메소드

Initializes a new instance of the OntologyFactory class.
public OntologyFactory ( IUmbracoDocumentTypeRepository documentTypeRepository, IUmbracoPropertyTypeRepository propertyTypeRepository ) : System
documentTypeRepository IUmbracoDocumentTypeRepository The umbraco document type repository.
propertyTypeRepository IUmbracoPropertyTypeRepository The umbraco property type repository.
리턴 System