Maintains metadata about a method. More...
Public Member Functions | |
MethodInfo (string name) | |
Creates an instance of the type. 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... | |
Maintains metadata about a method.
Definition at line 18 of file MethodInfo.cs.
Csla.MethodInfo.MethodInfo | ( | string | name | ) |
Creates an instance of the type.
name | Name of the method. |
Definition at line 24 of file MethodInfo.cs.
override bool Csla.MethodInfo.Equals | ( | object | obj | ) |
Determines the equality of two objects.
obj | Object to compare. |
Definition at line 38 of file MethodInfo.cs.
override int Csla.MethodInfo.GetHashCode | ( | ) |
Gets the hash code of this object.
Definition at line 50 of file MethodInfo.cs.
|
get |
Gets the member name value.
Definition at line 32 of file MethodInfo.cs.