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