C# Class Prizm.Domain.Entity.Setup.JointOperation

Inheritance: System.Item
Mostrar archivo Open project: AleksMorozova/prizm Class Usage Examples

Public Methods

Method Description
JointOperation ( ) : System
JointOperation ( string name, bool isRequired, JointOperationType type, bool testHasAccepted, bool testHasToRepair, bool testHasToWithdrow, bool testResultRequired ) : System

Method Details

JointOperation() public method

public JointOperation ( ) : System
return System

JointOperation() public method

public JointOperation ( string name, bool isRequired, JointOperationType type, bool testHasAccepted, bool testHasToRepair, bool testHasToWithdrow, bool testResultRequired ) : System
name string
isRequired bool
type JointOperationType
testHasAccepted bool
testHasToRepair bool
testHasToWithdrow bool
testResultRequired bool
return System