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.
IFieldDataT.cs
Go to the documentation of this file.
1
//-----------------------------------------------------------------------
2
// <copyright file="IFieldDataT.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
namespace
Csla.Core.FieldManager
9
{
14
public
interface
IFieldData
<T> :
IFieldData
15
{
21
new
T
Value
{
get
;
set
; }
22
}
23
}
Csla.Core.FieldManager.IFieldData
Defines the members required by a field data storage object.
Definition:
IFieldDataT.cs:15
Csla.Core.FieldManager.IFieldData.Value
object Value
Gets or sets the field value.
Definition:
IFieldData.cs:27
Csla.Core.FieldManager
Definition:
DefaultPropertyInfoFactory.cs:11
Generated by
1.9.2