C# 클래스 NArrange.Core.RegionArranger

Element arranger for adding members in regions.
상속: IElementArranger
파일 보기 프로젝트 열기: MarcStan/NArrange 1 사용 예제들

공개 메소드들

메소드 설명
ArrangeElement ( ICodeElement parentElement, ICodeElement codeElement ) : void

Arranges the specified code element into the parent.

CanArrange ( ICodeElement codeElement ) : bool

Determines whether or not this arranger can handle arrangement of the specified element.

CanArrange ( ICodeElement parentElement, ICodeElement codeElement ) : bool

Determines whether or not this arranger can handle arrangement of the specified element.

RegionArranger ( RegionConfiguration regionConfiguration, ConfigurationElement parentConfiguration ) : System

Creates a new RegionArranger.

비공개 메소드들

메소드 설명
InitializeChildrenArranger ( ) : void

Intitializes the arranger for children of the region.

메소드 상세

ArrangeElement() 공개 메소드

Arranges the specified code element into the parent.
public ArrangeElement ( ICodeElement parentElement, ICodeElement codeElement ) : void
parentElement ICodeElement Parent element to arrange within.
codeElement ICodeElement Code element to arrange.
리턴 void

CanArrange() 공개 메소드

Determines whether or not this arranger can handle arrangement of the specified element.
public CanArrange ( ICodeElement codeElement ) : bool
codeElement ICodeElement The code element.
리턴 bool

CanArrange() 공개 메소드

Determines whether or not this arranger can handle arrangement of the specified element.
public CanArrange ( ICodeElement parentElement, ICodeElement codeElement ) : bool
parentElement ICodeElement The parent element.
codeElement ICodeElement The code element.
리턴 bool

RegionArranger() 공개 메소드

Creates a new RegionArranger.
public RegionArranger ( RegionConfiguration regionConfiguration, ConfigurationElement parentConfiguration ) : System
regionConfiguration NArrange.Core.Configuration.RegionConfiguration Region configuration.
parentConfiguration NArrange.Core.Configuration.ConfigurationElement Parent configuration.
리턴 System