C# Class AuthBridge.Model.ModelExtensions

Afficher le fichier Open project: Teleopti/authbridge

Méthodes publiques

Méthode Description
FromModel ( this level ) : DemandLevel
ToModel ( this claimProvider ) : ClaimProvider
ToModel ( this claimRequirement ) : AuthBridge.Model.ClaimTypeRequirement
ToModel ( this parameters ) : NameValueCollection
ToModel ( this scopeElement ) : Scope

Method Details

FromModel() public static méthode

public static FromModel ( this level ) : DemandLevel
level this
Résultat DemandLevel

ToModel() public static méthode

public static ToModel ( this claimProvider ) : ClaimProvider
claimProvider this
Résultat ClaimProvider

ToModel() public static méthode

public static ToModel ( this claimRequirement ) : AuthBridge.Model.ClaimTypeRequirement
claimRequirement this
Résultat AuthBridge.Model.ClaimTypeRequirement

ToModel() public static méthode

public static ToModel ( this parameters ) : NameValueCollection
parameters this
Résultat System.Collections.Specialized.NameValueCollection

ToModel() public static méthode

public static ToModel ( this scopeElement ) : Scope
scopeElement this
Résultat Scope