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.
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Events
Macros
Pages
AddressPOCO.cs
Go to the documentation of this file.
1
//-----------------------------------------------------------------------
2
// <copyright file="AddressPOCO.cs" company="Marimer LLC">
3
// Copyright (c) Marimer LLC. All rights reserved.
4
// Website: https://cslanet.com
5
// </copyright>
6
// <summary>Class that can be used for testing serialization behaviour</summary>
7
//-----------------------------------------------------------------------
8
using
Csla
.
Serialization
;
9
using
System;
10
using
System.Collections.Generic;
11
using
System.Text;
12
13
namespace
Csla.Generators.CSharp.TestObjects
14
{
15
16
[AutoSerializable]
17
public
partial class
AddressPOCO
18
{
19
20
public
string
AddressLine1
{
get
;
set
; }
21
22
public
string
AddressLine2
{
get
;
set
; }
23
24
public
string
Town
{
get
;
set
; }
25
26
public
string
County
{
get
;
set
; }
27
28
public
string
Postcode
{
get
;
set
; }
29
30
}
31
}
Csla.Generators.CSharp.TestObjects.AddressPOCO
Definition:
AddressPOCO.cs:18
Csla.Generators.CSharp.TestObjects.AddressPOCO.Postcode
string Postcode
Definition:
AddressPOCO.cs:28
Csla.Generators.CSharp.TestObjects.AddressPOCO.Town
string Town
Definition:
AddressPOCO.cs:24
Csla.Generators.CSharp.TestObjects.AddressPOCO.County
string County
Definition:
AddressPOCO.cs:26
Csla.Generators.CSharp.TestObjects.AddressPOCO.AddressLine2
string AddressLine2
Definition:
AddressPOCO.cs:22
Csla.Generators.CSharp.TestObjects.AddressPOCO.AddressLine1
string AddressLine1
Definition:
AddressPOCO.cs:20
Csla.Generators.CSharp.TestObjects
Definition:
AddressPOCO.cs:14
Csla.Serialization
Definition:
AutoNonSerializedAttribute.cs:11
Csla
Definition:
BusinessRuleCases.cs:5
Generated by
1.9.2