Udostępnij za pośrednictwem


Branch Class

Definition

Model that represents a branch in the step.

public class Branch
type Branch = class
Public Class Branch
Inheritance
Branch

Constructors

Branch()

Initializes a new instance of the Branch class.

Branch(String, IList<Action>)

Initializes a new instance of the Branch class.

Properties

Actions

Gets or sets list of actions.

Name

Gets or sets string of the branch name.

Applies to