C# 클래스 Glyma.Powershell.Base.Get_GLDomainBase

상속: IGLCmdletBase
파일 보기 프로젝트 열기: chris-tomich/Glyma 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetAllDomains List
GetDomainById Glyma.Powershell.Model.Domain
GetDomainsByName List

공개 메소드들

메소드 설명
ExecuteCmdletBase ( System.Management.Automation.PSCmdlet callingCmdlet ) : void
Get_GLDomainBase ( ) : System

비공개 메소드들

메소드 설명
GetAllDomains ( MappingToolDatabaseDataContext dataContext ) : List
GetDomainById ( MappingToolDatabaseDataContext dataContext, System.Guid domainId ) : Domain
GetDomainsByName ( MappingToolDatabaseDataContext dataContext, string domainName ) : List

메소드 상세

ExecuteCmdletBase() 공개 메소드

public ExecuteCmdletBase ( System.Management.Automation.PSCmdlet callingCmdlet ) : void
callingCmdlet System.Management.Automation.PSCmdlet
리턴 void

Get_GLDomainBase() 공개 메소드

public Get_GLDomainBase ( ) : System
리턴 System