Table of Contents

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

bool

DateTimeValue

A DateTime property for testing.

public DateTime DateTimeValue { get; set; }

Property Value

DateTime

IntegerValue

An integer property for testing.

public int IntegerValue { get; set; }

Property Value

int

StringValue

A string property for testing.

public string StringValue { get; set; }

Property Value

string