C# 클래스 NArrange.Core.Configuration.ElementAttributeExpression

Element attribute expression.
상속: LeafExpression
파일 보기 프로젝트 열기: MarcStan/NArrange 1 사용 예제들

공개 메소드들

메소드 설명
ElementAttributeExpression ( ElementAttributeType elementAttribute ) : System.Threading

Creates a new element attribute expression.

ElementAttributeExpression ( ElementAttributeType elementAttribute, ElementAttributeScope scope ) : System.Threading

Creates a new element attribute expression.

ToString ( ) : string

Gets the string representation of this expression.

메소드 상세

ElementAttributeExpression() 공개 메소드

Creates a new element attribute expression.
public ElementAttributeExpression ( ElementAttributeType elementAttribute ) : System.Threading
elementAttribute ElementAttributeType The element attribute.
리턴 System.Threading

ElementAttributeExpression() 공개 메소드

Creates a new element attribute expression.
public ElementAttributeExpression ( ElementAttributeType elementAttribute, ElementAttributeScope scope ) : System.Threading
elementAttribute ElementAttributeType The element attribute.
scope ElementAttributeScope The scope.
리턴 System.Threading

ToString() 공개 메소드

Gets the string representation of this expression.
public ToString ( ) : string
리턴 string