C# Класс AuthBridge.Model.ModelExtensions

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

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

Метод Описание
FromModel ( this level ) : DemandLevel
ToModel ( this claimProvider ) : ClaimProvider
ToModel ( this claimRequirement ) : AuthBridge.Model.ClaimTypeRequirement
ToModel ( this parameters ) : NameValueCollection
ToModel ( this scopeElement ) : Scope

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

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

public static FromModel ( this level ) : DemandLevel
level this
Результат DemandLevel

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

public static ToModel ( this claimProvider ) : ClaimProvider
claimProvider this
Результат ClaimProvider

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

public static ToModel ( this claimRequirement ) : AuthBridge.Model.ClaimTypeRequirement
claimRequirement this
Результат AuthBridge.Model.ClaimTypeRequirement

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

public static ToModel ( this parameters ) : NameValueCollection
parameters this
Результат System.Collections.Specialized.NameValueCollection

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

public static ToModel ( this scopeElement ) : Scope
scopeElement this
Результат Scope