C# Класс Dev2.CaseConvertTO

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

Private Properties

Свойство Тип Описание
GetFieldNameRuleSet Dev2.Providers.Validation.Rules.RuleSet
RaiseCanAddRemoveChanged void

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

Метод Описание
CanAdd ( ) : bool
CanRemove ( ) : bool
CaseConvertTO ( ) : System.Collections.Generic
CaseConvertTO ( string stringToConvert, string convertType, string result, int indexNumber, bool inserted = false ) : System.Collections.Generic
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

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

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

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

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

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

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

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

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

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

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

public CaseConvertTO ( string stringToConvert, string convertType, string result, int indexNumber, bool inserted = false ) : System.Collections.Generic
stringToConvert string
convertType string
result string
indexNumber int
inserted bool
Результат System.Collections.Generic

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