======Класс UnaryExpression====== * **Пространство имен:** [[developers:references:topomatic.glg.laboratory.formulae|Topomatic.Glg.Laboratory.Formulae]] * **Сборка:** Topomatic.Glg (в Topomatic.Glg.dll) =====Иерархия наследования===== * System.Object * [[developers:references:topomatic.glg.laboratory.formulae.expression|Topomatic.Glg.Laboratory.Formulae.Expression]] * Topomatic.Glg.Laboratory.Formulae.UnaryExpression =====Синтаксис===== class UnaryExpression : Expression, IComparable =====Конструкторы===== ^Тип^Имя^Описание^ |{{developers:references:method.png|Конструктор}}|[[developers:references:topomatic.glg.laboratory.formulae.unaryexpression..ctor_topomatic.glg.laboratory.formulae.token_topomatic.glg.laboratory.formulae.expression|UnaryExpression(Token, Expression)]]| | =====Методы===== ^Тип^Имя^Описание^ |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.glg.laboratory.formulae.expression.compareto_topomatic.glg.laboratory.formulae.expression|CompareTo(Expression)]]| (Наследуется от [[developers:references:topomatic.glg.laboratory.formulae.expression|Expression]].)| |{{developers:references:method.png|Метод}}|Equals(Object)| Определяет, равен ли заданный объект текущему объекту. (Наследуется от Object.)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.glg.laboratory.formulae.unaryexpression.evaluate|Evaluate()]]| (Переопределяет [[developers:references:topomatic.glg.laboratory.formulae.expression.evaluate|Evaluate()]].)| |{{developers:references:method.png|Метод}}|GetHashCode()| Служит хэш-функцией по умолчанию. (Наследуется от Object.)| |{{developers:references:method.png|Метод}}|GetType()| Возвращает объект Type для текущего экземпляра. (Наследуется от Object.)| |{{developers:references:method.png|Метод}}|ToString()| Возвращает строку, представляющую текущий объект. (Наследуется от Object.)|