C# Класс FdoToolbox.Core.Feature.ComputedProperty

A computed property object
Показать файл Открыть проект

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

Метод Описание
ComputedProperty ( string alias, string expression ) : System

Initializes a new instance of the ComputedProperty class.

Описание методов

ComputedProperty() публичный Метод

Initializes a new instance of the ComputedProperty class.
public ComputedProperty ( string alias, string expression ) : System
alias string The alias.
expression string The expression.
Результат System