C# Класс Yea.Infrastructure.Rule.Rules.StartWithRule

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

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

Метод Описание
GetOperation ( ) : string
StartWithRule ( ) : System
StartWithRule ( string propertyName, Type type, string value ) : System

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

Метод Описание
EvaluateInternal ( object propValue, object expectedValue ) : bool

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

EvaluateInternal() защищенный Метод

protected EvaluateInternal ( object propValue, object expectedValue ) : bool
propValue object
expectedValue object
Результат bool

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

public GetOperation ( ) : string
Результат string

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

public StartWithRule ( ) : System
Результат System

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

public StartWithRule ( string propertyName, Type type, string value ) : System
propertyName string
type System.Type
value string
Результат System