C# Class ValueObjectTests.TestValue

Inheritance: ValueObject
Mostra file Open project: jhewlett/ValueObject Class Usage Examples

Public Properties

Property Type Description
Field int

Protected Properties

Property Type Description
protectedField int

Private Properties

Property Type Description

Public Methods

Method Description
TestValue ( ) : System
TestValue ( int nonPublicValue ) : System

Method Details

TestValue() public method

public TestValue ( ) : System
return System

TestValue() public method

public TestValue ( int nonPublicValue ) : System
nonPublicValue int
return System

Property Details

Field public_oe property

public int Field
return int

protectedField protected_oe property

protected int protectedField
return int