C# Класс Dev2.GatherSystemInformationTO

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

Private Properties

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

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

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

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

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

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

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

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

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

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