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.IMemberInfo Interface Reference

Maintains metadata about a method or property. More...

Inheritance diagram for Csla.Core.IMemberInfo:
Csla.Core.IPropertyInfo Csla.MethodInfo Csla.PropertyInfo< T >

Properties

string Name [get]
 Gets the member name value. More...
 

Detailed Description

Maintains metadata about a method or property.

Definition at line 18 of file IMemberInfo.cs.

Property Documentation

◆ Name

string Csla.Core.IMemberInfo.Name
get

Gets the member name value.

Definition at line 23 of file IMemberInfo.cs.