C# Class strICT.InFlow.WF.Activities.SBPM.FunctionState.FunctionState_TypedDataContext2

Inheritance: FunctionState_TypedDataContext1
Mostra file Open project: InFlowBPM/InFlow-BPMS

Public Methods

Method Description
FunctionState_TypedDataContext2 ( System locations, bool computelocationsOffset ) : System
FunctionState_TypedDataContext2 ( System locationReferences ) : System
FunctionState_TypedDataContext2 ( System locations, System activityContext, bool computelocationsOffset ) : System
SetLocationsOffset ( int locationsOffsetValue ) : void
Validate ( System locationReferences, bool validateLocationCount, int offset ) : bool
ValueType___Expr19Get ( ) : Microsoft.Activities.DynamicValue
ValueType___Expr19Set ( Microsoft value ) : void
ValueType___Expr21Get ( ) : string
ValueType___Expr21Set ( string value ) : void
ValueType___Expr22Get ( ) : Microsoft.Activities.DynamicValue
ValueType___Expr22Set ( Microsoft value ) : void

Private Methods

Method Description
@__Expr19Get ( ) : Microsoft.Activities.DynamicValue
@__Expr19GetTree ( ) : System.Linq.Expressions.Expression
@__Expr19Set ( Microsoft value ) : void
@__Expr21Get ( ) : string
@__Expr21GetTree ( ) : System.Linq.Expressions.Expression
@__Expr21Set ( string value ) : void
@__Expr22Get ( ) : Microsoft.Activities.DynamicValue
@__Expr22GetTree ( ) : System.Linq.Expressions.Expression
@__Expr22Set ( Microsoft value ) : void
GetCompiledDataContextCacheHelper ( object dataContextActivities, System activityContext, System compiledRoot, bool forImplementation, int compiledDataContextCount ) : System.Activities.XamlIntegration.CompiledDataContext[]

Method Details

FunctionState_TypedDataContext2() public method

public FunctionState_TypedDataContext2 ( System locations, bool computelocationsOffset ) : System
locations System
computelocationsOffset bool
return System

FunctionState_TypedDataContext2() public method

public FunctionState_TypedDataContext2 ( System locationReferences ) : System
locationReferences System
return System

FunctionState_TypedDataContext2() public method

public FunctionState_TypedDataContext2 ( System locations, System activityContext, bool computelocationsOffset ) : System
locations System
activityContext System
computelocationsOffset bool
return System

SetLocationsOffset() public method

public SetLocationsOffset ( int locationsOffsetValue ) : void
locationsOffsetValue int
return void

Validate() public static method

public static Validate ( System locationReferences, bool validateLocationCount, int offset ) : bool
locationReferences System
validateLocationCount bool
offset int
return bool

ValueType___Expr19Get() public method

public ValueType___Expr19Get ( ) : Microsoft.Activities.DynamicValue
return Microsoft.Activities.DynamicValue

ValueType___Expr19Set() public method

public ValueType___Expr19Set ( Microsoft value ) : void
value Microsoft
return void

ValueType___Expr21Get() public method

public ValueType___Expr21Get ( ) : string
return string

ValueType___Expr21Set() public method

public ValueType___Expr21Set ( string value ) : void
value string
return void

ValueType___Expr22Get() public method

public ValueType___Expr22Get ( ) : Microsoft.Activities.DynamicValue
return Microsoft.Activities.DynamicValue

ValueType___Expr22Set() public method

public ValueType___Expr22Set ( Microsoft value ) : void
value Microsoft
return void