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.MethodInfo Class Reference

Maintains metadata about a method. More...

Inheritance diagram for Csla.MethodInfo:
Csla.Core.IMemberInfo

Public Member Functions

 MethodInfo (string name)
 Creates an instance of the object. More...
 
override bool Equals (object obj)
 Determines the equality of two objects. More...
 
override int GetHashCode ()
 Gets the hash code of this object. More...
 

Properties

string Name [get]
 Gets the member name value. More...
 
- Properties inherited from Csla.Core.IMemberInfo
string Name [get]
 Gets the member name value. More...
 

Detailed Description

Maintains metadata about a method.

Definition at line 18 of file MethodInfo.cs.

Constructor & Destructor Documentation

◆ MethodInfo()

Csla.MethodInfo.MethodInfo ( string  name)

Creates an instance of the object.

Parameters
nameName of the method.

Definition at line 24 of file MethodInfo.cs.

Member Function Documentation

◆ Equals()

override bool Csla.MethodInfo.Equals ( object  obj)

Determines the equality of two objects.

Parameters
objObject to compare.

Definition at line 38 of file MethodInfo.cs.

◆ GetHashCode()

override int Csla.MethodInfo.GetHashCode ( )

Gets the hash code of this object.

Definition at line 50 of file MethodInfo.cs.

Property Documentation

◆ Name

string Csla.MethodInfo.Name
get

Gets the member name value.

Definition at line 32 of file MethodInfo.cs.