CSLA .NET 10.0.0
A home for your business logic
Loading...
Searching...
No Matches
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 type.
override bool Equals (object? obj)
 Determines the equality of two objects.
override int GetHashCode ()
 Gets the hash code of this object.

Properties

string Name [get]
 Gets the member name value.

Detailed Description

Maintains metadata about a method.

Constructor & Destructor Documentation

◆ MethodInfo()

Csla.MethodInfo.MethodInfo ( string name)
inline

Creates an instance of the type.

Parameters
nameName of the method.
Exceptions
ArgumentNullExceptionname is null.

Member Function Documentation

◆ Equals()

override bool Csla.MethodInfo.Equals ( object? obj)
inline

Determines the equality of two objects.

Parameters
objObject to compare.

◆ GetHashCode()

override int Csla.MethodInfo.GetHashCode ( )
inline

Gets the hash code of this object.

Property Documentation

◆ Name

string Csla.MethodInfo.Name
get

Gets the member name value.

Implements Csla.Core.IMemberInfo.


The documentation for this class was generated from the following file: