C# Class PurplePen.Tests.ObjectStoreTests.TestObject

Inheritance: StorableObject
Show file Open project: petergolde/PurplePen

Public Properties

Property Type Description
f float
s string
x int

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
ReadAttributesAndContent ( XmlInput xmlinput ) : void
TestObject ( ) : System
TestObject ( int x, string s, float f ) : System
WriteAttributesAndContent ( XmlTextWriter xmloutput ) : void

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ReadAttributesAndContent() public method

public ReadAttributesAndContent ( XmlInput xmlinput ) : void
xmlinput XmlInput
return void

TestObject() public method

public TestObject ( ) : System
return System

TestObject() public method

public TestObject ( int x, string s, float f ) : System
x int
s string
f float
return System

WriteAttributesAndContent() public method

public WriteAttributesAndContent ( XmlTextWriter xmloutput ) : void
xmloutput System.Xml.XmlTextWriter
return void

Property Details

f public property

public float f
return float

s public property

public string s
return string

x public property

public int x
return int