C# Class Kartverket.MetadataEditor.Models.SimpleMetadataViewModel

Show file Open project: kartverket/MetadataEditor Class Usage Examples

Public Properties

Property Type Description
ServiceDistributionKeywords string>.Dictionary

Private Properties

Property Type Description
CreateKeywords List
GetAllKeywords List
HasAccess bool

Public Methods

Method Description
GetInnholdstype ( ) : string
GetInnholdstypeCSS ( ) : string
IsDataset ( ) : bool
IsDatasetOrSeriesOrSoftware ( ) : bool
IsDatasetSeries ( ) : bool
IsDokDataset ( ) : bool
IsService ( ) : bool
IsSoftware ( ) : bool
SimpleMetadataViewModel ( ) : System

Private Methods

Method Description
CreateKeywords ( List inputList, string prefix, string type = null, string thesaurus = null ) : List
GetAllKeywords ( ) : List
HasAccess ( string organization ) : bool

Method Details

GetInnholdstype() public method

public GetInnholdstype ( ) : string
return string

GetInnholdstypeCSS() public method

public GetInnholdstypeCSS ( ) : string
return string

IsDataset() public method

public IsDataset ( ) : bool
return bool

IsDatasetOrSeriesOrSoftware() public method

public IsDatasetOrSeriesOrSoftware ( ) : bool
return bool

IsDatasetSeries() public method

public IsDatasetSeries ( ) : bool
return bool

IsDokDataset() public method

public IsDokDataset ( ) : bool
return bool

IsService() public method

public IsService ( ) : bool
return bool

IsSoftware() public method

public IsSoftware ( ) : bool
return bool

SimpleMetadataViewModel() public method

public SimpleMetadataViewModel ( ) : System
return System

Property Details

ServiceDistributionKeywords public property

public Dictionary ServiceDistributionKeywords
return string>.Dictionary