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

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

공개 프로퍼티들

프로퍼티 타입 설명
ServiceDistributionKeywords string>.Dictionary

Private Properties

프로퍼티 타입 설명
CreateKeywords List
GetAllKeywords List
HasAccess bool

공개 메소드들

메소드 설명
GetInnholdstype ( ) : string
GetInnholdstypeCSS ( ) : string
IsDataset ( ) : bool
IsDatasetOrSeriesOrSoftware ( ) : bool
IsDatasetSeries ( ) : bool
IsDokDataset ( ) : bool
IsService ( ) : bool
IsSoftware ( ) : bool
SimpleMetadataViewModel ( ) : System

비공개 메소드들

메소드 설명
CreateKeywords ( List inputList, string prefix, string type = null, string thesaurus = null ) : List
GetAllKeywords ( ) : List
HasAccess ( string organization ) : bool

메소드 상세

GetInnholdstype() 공개 메소드

public GetInnholdstype ( ) : string
리턴 string

GetInnholdstypeCSS() 공개 메소드

public GetInnholdstypeCSS ( ) : string
리턴 string

IsDataset() 공개 메소드

public IsDataset ( ) : bool
리턴 bool

IsDatasetOrSeriesOrSoftware() 공개 메소드

public IsDatasetOrSeriesOrSoftware ( ) : bool
리턴 bool

IsDatasetSeries() 공개 메소드

public IsDatasetSeries ( ) : bool
리턴 bool

IsDokDataset() 공개 메소드

public IsDokDataset ( ) : bool
리턴 bool

IsService() 공개 메소드

public IsService ( ) : bool
리턴 bool

IsSoftware() 공개 메소드

public IsSoftware ( ) : bool
리턴 bool

SimpleMetadataViewModel() 공개 메소드

public SimpleMetadataViewModel ( ) : System
리턴 System

프로퍼티 상세

ServiceDistributionKeywords 공개적으로 프로퍼티

public Dictionary ServiceDistributionKeywords
리턴 string>.Dictionary