C# Class strICT.InFlow.Workflows.TaskTier.TaskTier_TypedDataContext1

Inheritance: TaskTier_TypedDataContext0
显示文件 Open project: InFlowBPM/InFlow-BPMS

Protected Properties

Property Type Description
Done bool
InternalOrderId int
IsEndState bool

Public Methods

Method Description
SetLocationsOffset ( int locationsOffsetValue ) : void
TaskTier_TypedDataContext1 ( System locations, bool computelocationsOffset ) : System
TaskTier_TypedDataContext1 ( System locationReferences ) : System
TaskTier_TypedDataContext1 ( System locations, System activityContext, bool computelocationsOffset ) : System
Validate ( System locationReferences, bool validateLocationCount, int offset ) : bool

Protected Methods

Method Description
GetValueTypeValues ( ) : void
SetValueTypeValues ( ) : void

Private Methods

Method Description
GetCompiledDataContextCacheHelper ( object dataContextActivities, System activityContext, System compiledRoot, bool forImplementation, int compiledDataContextCount ) : System.Activities.XamlIntegration.CompiledDataContext[]

Method Details

GetValueTypeValues() protected method

protected GetValueTypeValues ( ) : void
return void

SetLocationsOffset() public method

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

SetValueTypeValues() protected method

protected SetValueTypeValues ( ) : void
return void

TaskTier_TypedDataContext1() public method

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

TaskTier_TypedDataContext1() public method

public TaskTier_TypedDataContext1 ( System locationReferences ) : System
locationReferences System
return System

TaskTier_TypedDataContext1() public method

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

Validate() public static method

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

Property Details

Done protected_oe property

protected bool Done
return bool

InternalOrderId protected_oe property

protected int InternalOrderId
return int

IsEndState protected_oe property

protected bool IsEndState
return bool