CSLA.NET 5.4.2
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
Csla.Core.IReadOnlyObject Interface Reference

Specifies that the object is a readonly business object. More...

Inheritance diagram for Csla.Core.IReadOnlyObject:
Csla.Core.IBusinessObject Csla.IReadOnlyBase Csla.ReadOnlyBase< T > Csla.ReadOnlyBase< T > Csla.Security.ICslaIdentity Csla.Validation.ReadOnlyBase< T > Csla.Validation.ReadOnlyBase< T >

Public Member Functions

bool CanReadProperty (string propertyName)
 Returns true if the user is allowed to read the calling property. More...
 

Additional Inherited Members

- Properties inherited from Csla.Core.IBusinessObject
int Identity [get]
 Gets a value representing this object instance's unique identity value within the business object graph. More...
 

Detailed Description

Specifies that the object is a readonly business object.

Definition at line 14 of file IReadOnlyObject.cs.

Member Function Documentation

◆ CanReadProperty()

bool Csla.Core.IReadOnlyObject.CanReadProperty ( string  propertyName)

Returns true if the user is allowed to read the calling property.

Parameters
propertyNameName of the property to read.

Implemented in Csla.ReadOnlyBase< T >.