C# Class AuthBridge.Model.ModelExtensions

Datei anzeigen Open project: Teleopti/authbridge

Public Methods

Method 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 method

public static FromModel ( this level ) : DemandLevel
level this
return DemandLevel

ToModel() public static method

public static ToModel ( this claimProvider ) : ClaimProvider
claimProvider this
return ClaimProvider

ToModel() public static method

public static ToModel ( this claimRequirement ) : AuthBridge.Model.ClaimTypeRequirement
claimRequirement this
return AuthBridge.Model.ClaimTypeRequirement

ToModel() public static method

public static ToModel ( this parameters ) : NameValueCollection
parameters this
return System.Collections.Specialized.NameValueCollection

ToModel() public static method

public static ToModel ( this scopeElement ) : Scope
scopeElement this
return Scope