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.
AutoSerializedAttribute.cs
Go to the documentation of this file.
1
//-----------------------------------------------------------------------
2
// <copyright file="AutoSerializedAttribute.cs" company="Marimer LLC">
3
// Copyright (c) Marimer LLC. All rights reserved.
4
// Website: https://cslanet.com
5
// </copyright>
6
// <summary>Indicate that a non-public field or property should be included in auto serialization</summary>
7
//-----------------------------------------------------------------------
8
using
System;
9
10
namespace
Csla.Serialization
11
{
12
16
[AttributeUsage(AttributeTargets.Property | AttributeTargets.Field)]
17
public
class
AutoSerializedAttribute
: Attribute
18
{
19
}
20
21
}
Csla.Serialization.AutoSerializedAttribute
Indicate that a non-public field or property should be included in auto serialization
Definition:
AutoSerializedAttribute.cs:18
Csla.Serialization
Definition:
AutoNonSerializedAttribute.cs:11
Generated by
1.9.2