C# Class SharpGs.Acl.ScopeBuilder

显示文件 Open project: acropolium/SharpGs

Public Methods

Method Description
CreateScope ( ScopeType scopeType ) : IScope
CreateScope ( System.Xml.Linq.XElement scopeXml ) : IScope

Private Methods

Method Description
FindScopeType ( string name ) : Type

Method Details

CreateScope() public static method

public static CreateScope ( ScopeType scopeType ) : IScope
scopeType ScopeType
return IScope

CreateScope() public static method

public static CreateScope ( System.Xml.Linq.XElement scopeXml ) : IScope
scopeXml System.Xml.Linq.XElement
return IScope