C# 클래스 AuthBridge.Model.ModelExtensions

파일 보기 프로젝트 열기: Teleopti/authbridge

공개 메소드들

메소드 설명
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