C# Class SenseNet.ContentRepository.Tests.Workflow.DelayTestWorkflow

Inheritance: SenseNet.Workflow.WorkflowHandlerBase
Mostrar archivo Open project: maxpavlov/FlexNet Class Usage Examples

Public Properties

Property Type Description
CTD string

Private Properties

Property Type Description
ParseTimeSpan System.TimeSpan
TimeSpanToString object

Public Methods

Method Description
DelayTestWorkflow ( Node parent ) : Microsoft.VisualStudio.TestTools.UnitTesting
DelayTestWorkflow ( Node parent, string nodeTypeName ) : Microsoft.VisualStudio.TestTools.UnitTesting
GetProperty ( string name ) : object
SetProperty ( string name, object value ) : void

Protected Methods

Method Description
DelayTestWorkflow ( NodeToken nt ) : Microsoft.VisualStudio.TestTools.UnitTesting

Private Methods

Method Description
ParseTimeSpan ( string p ) : System.TimeSpan
TimeSpanToString ( System.TimeSpan value ) : object

Method Details

DelayTestWorkflow() public method

public DelayTestWorkflow ( Node parent ) : Microsoft.VisualStudio.TestTools.UnitTesting
parent Node
return Microsoft.VisualStudio.TestTools.UnitTesting

DelayTestWorkflow() public method

public DelayTestWorkflow ( Node parent, string nodeTypeName ) : Microsoft.VisualStudio.TestTools.UnitTesting
parent Node
nodeTypeName string
return Microsoft.VisualStudio.TestTools.UnitTesting

DelayTestWorkflow() protected method

protected DelayTestWorkflow ( NodeToken nt ) : Microsoft.VisualStudio.TestTools.UnitTesting
nt SenseNet.ContentRepository.Storage.NodeToken
return Microsoft.VisualStudio.TestTools.UnitTesting

GetProperty() public method

public GetProperty ( string name ) : object
name string
return object

SetProperty() public method

public SetProperty ( string name, object value ) : void
name string
value object
return void

Property Details

CTD public_oe static_oe property

public static string CTD
return string