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
Point.cs
Go to the documentation of this file.
1
//-----------------------------------------------------------------------
2
// <copyright file="Point.cs" company="Marimer LLC">
3
// Copyright (c) Marimer LLC. All rights reserved.
4
// Website: https://cslanet.com
5
// </copyright>
6
// <summary>Struct 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
19
[AutoSerializable]
20
public
partial struct
Point
21
{
22
23
public
int
X
{
get
;
set
; }
24
25
public
int
Y
{
get
;
set
; }
26
27
}
28
}
Csla.Generators.CSharp.TestObjects
Definition:
AddressPOCO.cs:14
Csla.Serialization
Definition:
AutoNonSerializedAttribute.cs:11
Csla
Definition:
BusinessRuleCases.cs:5
Csla.Generators.CSharp.TestObjects.Point
Struct that can be used for testing serialization behaviour
Definition:
Point.cs:21
Csla.Generators.CSharp.TestObjects.Point.Y
int Y
Definition:
Point.cs:25
Csla.Generators.CSharp.TestObjects.Point.X
int X
Definition:
Point.cs:23
Generated by
1.9.2