CSLA.NET 6.0.0
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
cslalighttest.Serialization Namespace Reference

Classes

class  Address
 
class  AddressBase
 
class  AddressList
 
class  BindingListTests
 
class  Customer
 Implementation of a test business object using CSLA managed properties backed by fields, and custom serialization logic (requirement of backing managed properties with fields). More...
 
class  CustomerContact
 Implementation of a test business object using CSLA managed properties backed by fields, and custom serialization logic (requirement of backing managed properties with fields). More...
 
class  CustomerWithEnum
 Implementation of a test business object with an enum. More...
 
class  CustomMobileList
 
class  MockMobileList
 
class  MockNonBusinessObject
 
class  MockNonBusinessObject2
 
class  MockReadOnly
 
class  MockReadOnlyList
 
class  Person
 
class  PersonWIthSmartDateField
 
class  ReadOnlyPerson
 
class  ReadOnlyPersonList
 
class  SerializationTests
 
class  UndoTests
 

Enumerations

enum  CustomerQuality { None = 0 , Good = 1 , Bad = 2 }
 

Enumeration Type Documentation

◆ CustomerQuality

Enumerator
None 
Good 
Bad 

Definition at line 17 of file CustomerWithEnum.cs.