C# Класс Dev2.BaseConvertTO

Наследование: IDev2TOFn, IPerformsValidation
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
RaiseCanAddRemoveChanged void

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

Метод Описание
BaseConvertTO ( ) : System.Collections.Generic
BaseConvertTO ( string fromExpression, string fromType, string toType, string toExpression, int indexNumber, bool inserted = false ) : System.Collections.Generic
CanAdd ( ) : bool
CanRemove ( ) : bool
ClearRow ( ) : void
Validate ( string propertyName, IRuleSet ruleSet ) : bool
Validate ( string propertyName, string datalist ) : bool
this ( string columnName ) : string

Gets the error message for the property with the given name.

Защищенные методы

Метод Описание
OnPropertyChanged ( string propertyName ) : void

Приватные методы

Метод Описание
RaiseCanAddRemoveChanged ( ) : void

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

BaseConvertTO() публичный метод

public BaseConvertTO ( ) : System.Collections.Generic
Результат System.Collections.Generic

BaseConvertTO() публичный метод

public BaseConvertTO ( string fromExpression, string fromType, string toType, string toExpression, int indexNumber, bool inserted = false ) : System.Collections.Generic
fromExpression string
fromType string
toType string
toExpression string
indexNumber int
inserted bool
Результат System.Collections.Generic

CanAdd() публичный метод

public CanAdd ( ) : bool
Результат bool

CanRemove() публичный метод

public CanRemove ( ) : bool
Результат bool

ClearRow() публичный метод

public ClearRow ( ) : void
Результат void

OnPropertyChanged() защищенный метод

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
Результат void

Validate() публичный метод

public Validate ( string propertyName, IRuleSet ruleSet ) : bool
propertyName string
ruleSet IRuleSet
Результат bool

Validate() публичный метод

public Validate ( string propertyName, string datalist ) : bool
propertyName string
datalist string
Результат bool

this() публичный метод

Gets the error message for the property with the given name.
public this ( string columnName ) : string
columnName string The name of the property whose error message to get.
Результат string