C# Class Ecologylab.BigSemantics.MetaMetadataNS.MetaMetadataRepositoryLoader

Afficher le fichier Open project: ecologylab/BigSemanticsCSharp Class Usage Examples

Méthodes publiques

Méthode Description
ReadDirectoryRecursively ( MetaMetadataRepository mainRepo, String path, SimplTypesScope mmdTScope, SimplTypesScope metadataTScope ) : Task
ReadRepository ( string filename, SimplTypesScope mmdTScope, SimplTypesScope metadataTScope, MetaMetadataRepository mainRepo ) : Task

Private Methods

Méthode Description
MetaMetadataRepositoryLoader ( ) : System

Method Details

ReadDirectoryRecursively() public static méthode

public static ReadDirectoryRecursively ( MetaMetadataRepository mainRepo, String path, SimplTypesScope mmdTScope, SimplTypesScope metadataTScope ) : Task
mainRepo MetaMetadataRepository
path String
mmdTScope Simpl.Serialization.SimplTypesScope
metadataTScope Simpl.Serialization.SimplTypesScope
Résultat Task

ReadRepository() public static méthode

public static ReadRepository ( string filename, SimplTypesScope mmdTScope, SimplTypesScope metadataTScope, MetaMetadataRepository mainRepo ) : Task
filename string
mmdTScope Simpl.Serialization.SimplTypesScope
metadataTScope Simpl.Serialization.SimplTypesScope
mainRepo MetaMetadataRepository
Résultat Task