C# 클래스 Kartverket.MetadataEditor.Models.SimpleMetadataService

파일 보기 프로젝트 열기: kartverket/MetadataEditor 1 사용 예제들

공개 메소드들

메소드 설명
GetAllMetadata ( string searchString, int offset, int limit ) : MetadataIndexViewModel
GetMetadataModel ( string uuid ) : SimpleMetadataViewModel
GetMyMetadata ( string organizationName, int offset, int limit ) : MetadataIndexViewModel
SaveMetadataModel ( SimpleMetadataViewModel model, string username ) : void
SearchMetadata ( string organizationName, string searchString, int offset, int limit ) : MetadataIndexViewModel
SimpleMetadataService ( ) : System
SimpleMetadataService ( GeoNorgeAPI.GeoNorge geonorge ) : System

비공개 메소드들

메소드 설명
ConvertCoordinateWithCommaToPoint ( string input ) : string
CreateAdditionalHeadersWithUsername ( string username, string published = "" ) : string>.Dictionary
CreateDictionaryOfEnglishKeywords ( List keywords ) : string>.Dictionary
CreateListOfKeywords ( string selectedKeywords ) : List
CreateListOfKeywords ( List input ) : List
CreateMetadata ( MetadataCreateViewModel model, string username ) : string
CreateMetadataForFeature ( string uuid, List layers, string keywords, string username ) : List
CreateMetadataForLayers ( string uuid, List layers, string keywords, string username ) : List
DeleteMetadata ( string uuid, string username ) : void
LogEventsDebug ( string log ) : void
LogEventsError ( string log, Exception ex ) : void
ParseSearchResults ( int offset, int limit, SearchResultsType results ) : MetadataIndexViewModel
SetDefaultValuesOnMetadata ( SimpleMetadata metadata ) : void
UpdateMetadataFromModel ( SimpleMetadataViewModel model, SimpleMetadata metadata ) : void
createMetadataForFeature ( SimpleMetadata parentMetadata, List selectedKeywordsFromParent, WfsLayerViewModel layerModel ) : SimpleMetadata
createMetadataForLayer ( SimpleMetadata parentMetadata, List selectedKeywordsFromParent, WmsLayerViewModel layerModel ) : SimpleMetadata
stripPrefixFromKeyword ( string input ) : string

메소드 상세

GetAllMetadata() 공개 메소드

public GetAllMetadata ( string searchString, int offset, int limit ) : MetadataIndexViewModel
searchString string
offset int
limit int
리턴 MetadataIndexViewModel

GetMetadataModel() 공개 메소드

public GetMetadataModel ( string uuid ) : SimpleMetadataViewModel
uuid string
리턴 SimpleMetadataViewModel

GetMyMetadata() 공개 메소드

public GetMyMetadata ( string organizationName, int offset, int limit ) : MetadataIndexViewModel
organizationName string
offset int
limit int
리턴 MetadataIndexViewModel

SaveMetadataModel() 공개 메소드

public SaveMetadataModel ( SimpleMetadataViewModel model, string username ) : void
model SimpleMetadataViewModel
username string
리턴 void

SearchMetadata() 공개 메소드

public SearchMetadata ( string organizationName, string searchString, int offset, int limit ) : MetadataIndexViewModel
organizationName string
searchString string
offset int
limit int
리턴 MetadataIndexViewModel

SimpleMetadataService() 공개 메소드

public SimpleMetadataService ( ) : System
리턴 System

SimpleMetadataService() 공개 메소드

public SimpleMetadataService ( GeoNorgeAPI.GeoNorge geonorge ) : System
geonorge GeoNorgeAPI.GeoNorge
리턴 System