C# Класс Hl7.Fhir.Model.TagListExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
FilterFhirTags ( this tags ) : IEnumerable
FindByScheme ( this tags, Uri scheme ) : IEnumerable
FindByTerm ( this tags, string term ) : IEnumerable
FindByTerm ( this tags, string term, Uri scheme ) : IEnumerable
FindByTerm ( this tags, string term, string scheme ) : IEnumerable
HasTag ( this tags, string term ) : bool
HasTag ( this tags, string term, Uri scheme ) : bool
HasTag ( this tags, string term, string scheme ) : bool
Merge ( this tags, IEnumerable that ) : IEnumerable
Remove ( this tags, IEnumerable that ) : IEnumerable
Validate ( this tags ) : ErrorList

Описание методов

FilterFhirTags() публичный статический Метод

public static FilterFhirTags ( this tags ) : IEnumerable
tags this
Результат IEnumerable

FindByScheme() публичный статический Метод

public static FindByScheme ( this tags, Uri scheme ) : IEnumerable
tags this
scheme System.Uri
Результат IEnumerable

FindByTerm() публичный статический Метод

public static FindByTerm ( this tags, string term ) : IEnumerable
tags this
term string
Результат IEnumerable

FindByTerm() публичный статический Метод

public static FindByTerm ( this tags, string term, Uri scheme ) : IEnumerable
tags this
term string
scheme System.Uri
Результат IEnumerable

FindByTerm() публичный статический Метод

public static FindByTerm ( this tags, string term, string scheme ) : IEnumerable
tags this
term string
scheme string
Результат IEnumerable

HasTag() публичный статический Метод

public static HasTag ( this tags, string term ) : bool
tags this
term string
Результат bool

HasTag() публичный статический Метод

public static HasTag ( this tags, string term, Uri scheme ) : bool
tags this
term string
scheme System.Uri
Результат bool

HasTag() публичный статический Метод

public static HasTag ( this tags, string term, string scheme ) : bool
tags this
term string
scheme string
Результат bool

Merge() публичный статический Метод

public static Merge ( this tags, IEnumerable that ) : IEnumerable
tags this
that IEnumerable
Результат IEnumerable

Remove() публичный статический Метод

public static Remove ( this tags, IEnumerable that ) : IEnumerable
tags this
that IEnumerable
Результат IEnumerable

Validate() публичный статический Метод

public static Validate ( this tags ) : ErrorList
tags this
Результат ErrorList