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.
IFieldData.cs
Go to the documentation of this file.
1
//-----------------------------------------------------------------------
2
// <copyright file="IFieldData.cs" company="Marimer LLC">
3
// Copyright (c) Marimer LLC. All rights reserved.
4
// Website: https://cslanet.com
5
// </copyright>
6
// <summary>Defines the members required by a field</summary>
7
//-----------------------------------------------------------------------
8
using
Csla
.
Serialization
.
Mobile
;
9
10
namespace
Csla.Core.FieldManager
11
{
16
public
interface
IFieldData : ITrackStatus,
IMobileObject
17
{
21
string
Name
{
get
; }
27
object
Value
{
get
;
set
; }
31
void
MarkClean
();
32
}
33
}
Csla.Core.FieldManager.IFieldData.Value
object Value
Gets or sets the field value.
Definition:
IFieldData.cs:27
Csla.Core.FieldManager.IFieldData.MarkClean
void MarkClean()
Marks the field as unchanged.
Csla.Core.FieldManager.IFieldData.Name
string Name
Gets the name of the field.
Definition:
IFieldData.cs:21
Csla.Serialization.Mobile.IMobileObject
Interface to be implemented by any object that supports serialization by the SerializationFormatterFa...
Definition:
IMobileObject.cs:16
Csla.Core.FieldManager
Definition:
DefaultPropertyInfoFactory.cs:11
Csla.Serialization.Mobile
Definition:
AssemblyNameTranslator.cs:11
Csla.Serialization
Definition:
AutoNonSerializedAttribute.cs:11
Csla
Definition:
BusinessRuleCases.cs:5
Generated by
1.9.2