C# Класс Castle.MonoRail.Framework.Views.Aspx.AbstractBindingComponent

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

Private Properties

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

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

Метод Описание
IsValid ( ) : bool

Determines whether this instance is valid.

this ( string propertyName ) : string

Gets or sets the System.String with the specified property name.

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

Метод Описание
Trim ( string value ) : string

Trims the specified value.

Validate ( ) : void

Validates this instance.

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

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

Determines whether this instance is valid.
public IsValid ( ) : bool
Результат bool

Trim() защищенный статический Метод

Trims the specified value.
protected static Trim ( string value ) : string
value string The value.
Результат string

Validate() защищенный абстрактный Метод

Validates this instance.
protected abstract Validate ( ) : void
Результат void

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

Gets or sets the System.String with the specified property name.
public this ( string propertyName ) : string
propertyName string
Результат string