C# Класс NArrange.Core.Configuration.ElementAttributeExpression

Element attribute expression.
Наследование: LeafExpression
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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