C# Class Noear.Weed.VariateEx

Inheritance: Variate
Show file Open project: noear/Weed3

Protected Properties

Property Type Description
_valueGetter Func
_valueSetter Action

Public Methods

Method Description
VariateEx ( String name, Func valueGetter ) : System
VariateEx ( String name, Func valueGetter, Action valueSetter ) : System
getType ( ) : DbType
getValue ( ) : Object
setValue ( Object value ) : void

Method Details

VariateEx() public method

public VariateEx ( String name, Func valueGetter ) : System
name String
valueGetter Func
return System

VariateEx() public method

public VariateEx ( String name, Func valueGetter, Action valueSetter ) : System
name String
valueGetter Func
valueSetter Action
return System

getType() public method

public getType ( ) : DbType
return DbType

getValue() public method

public getValue ( ) : Object
return Object

setValue() public method

public setValue ( Object value ) : void
value Object
return void

Property Details

_valueGetter protected property

protected Func _valueGetter
return Func

_valueSetter protected property

protected Action _valueSetter
return Action