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

Inheritance: SenseNet.Workflow.WorkflowHandlerBase
Afficher le fichier Open project: maxpavlov/FlexNet Class Usage Examples

Méthodes publiques

Свойство Type Description
CTD string

Private Properties

Свойство Type Description
ParseTimeSpan System.TimeSpan
TimeSpanToString object

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
DelayTestWorkflow ( NodeToken nt ) : Microsoft.VisualStudio.TestTools.UnitTesting

Private Methods

Méthode Description
ParseTimeSpan ( string p ) : System.TimeSpan
TimeSpanToString ( System.TimeSpan value ) : object

Method Details

DelayTestWorkflow() public méthode

public DelayTestWorkflow ( Node parent ) : Microsoft.VisualStudio.TestTools.UnitTesting
parent Node
Résultat Microsoft.VisualStudio.TestTools.UnitTesting

DelayTestWorkflow() public méthode

public DelayTestWorkflow ( Node parent, string nodeTypeName ) : Microsoft.VisualStudio.TestTools.UnitTesting
parent Node
nodeTypeName string
Résultat Microsoft.VisualStudio.TestTools.UnitTesting

DelayTestWorkflow() protected méthode

protected DelayTestWorkflow ( NodeToken nt ) : Microsoft.VisualStudio.TestTools.UnitTesting
nt SenseNet.ContentRepository.Storage.NodeToken
Résultat Microsoft.VisualStudio.TestTools.UnitTesting

GetProperty() public méthode

public GetProperty ( string name ) : object
name string
Résultat object

SetProperty() public méthode

public SetProperty ( string name, object value ) : void
name string
value object
Résultat void

Property Details

CTD public_oe static_oe property

public static string CTD
Résultat string