C# Class SpecAid.ColumnActions.DeepSetAction

Inheritance: SpecAid.Base.ColumnAction, ICreatorColumnAction
Mostrar archivo Open project: ITAGroup/SpecAid

Public Methods

Method Description
DeepSetAction ( Type targetType, string columnName ) : System
GoGoCreateColumnAction ( object target, string tableValue ) : void
UseWhen ( ) : bool

Private Methods

Method Description
GetActual ( object target ) : object
UseWhenProperty ( string firstColumnName ) : bool

Method Details

DeepSetAction() public method

public DeepSetAction ( Type targetType, string columnName ) : System
targetType System.Type
columnName string
return System

GoGoCreateColumnAction() public method

public GoGoCreateColumnAction ( object target, string tableValue ) : void
target object
tableValue string
return void

UseWhen() public method

public UseWhen ( ) : bool
return bool