Class TypeWithProperties
- Namespace
- SunamoTest.Data
- Assembly
- SunamoTest.dll
A simple type with properties of various types, used for testing property reflection and serialization.
public class TypeWithProperties
- Inheritance
-
TypeWithProperties
- Inherited Members
- Extension Methods
Properties
BooleanValue
A boolean property for testing.
public bool BooleanValue { get; set; }
Property Value
DateTimeValue
A DateTime property for testing.
public DateTime DateTimeValue { get; set; }
Property Value
IntegerValue
An integer property for testing.
public int IntegerValue { get; set; }
Property Value
StringValue
A string property for testing.
public string StringValue { get; set; }