C# Class ValueObjectTests.TestValue

Inheritance: ValueObject
Afficher le fichier Open project: jhewlett/ValueObject Class Usage Examples

Méthodes publiques

Свойство Type Description
Field int

Protected Properties

Свойство Type Description
protectedField int

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
TestValue ( ) : System
TestValue ( int nonPublicValue ) : System

Method Details

TestValue() public méthode

public TestValue ( ) : System
Résultat System

TestValue() public méthode

public TestValue ( int nonPublicValue ) : System
nonPublicValue int
Résultat System

Property Details

Field public_oe property

public int Field
Résultat int

protectedField protected_oe property

protected int protectedField
Résultat int