C# Class Dynamitey.InvokeMemberName

Name of Member with associated Generic parameterss
Inheritance: String_OR_InvokeMemberName
Mostrar archivo Open project: ekonbenefits/dynamitey Class Usage Examples

Public Properties

Property Type Description
Create Func
CreateSpecialName InvokeMemberName>.Func

Public Methods

Method Description
Equals ( InvokeMemberName other ) : bool

Equalses the specified other.

Equals ( object obj ) : bool

Determines whether the specified System.Object is equal to this instance.

GetHashCode ( ) : int

Returns a hash code for this instance.

InvokeMemberName ( string name ) : System

Initializes a new instance of the InvokeMemberName class.

InvokeMemberName ( string name, bool isSpecialName ) : System

Initializes a new instance of the InvokeMemberName class.

Private Methods

Method Description
EqualsHelper ( InvokeMemberName other ) : bool

Method Details

Equals() public method

Equalses the specified other.
public Equals ( InvokeMemberName other ) : bool
other InvokeMemberName The other.
return bool

Equals() public method

Determines whether the specified System.Object is equal to this instance.
public Equals ( object obj ) : bool
obj object The to compare with this instance.
return bool

GetHashCode() public method

Returns a hash code for this instance.
public GetHashCode ( ) : int
return int

InvokeMemberName() public method

Initializes a new instance of the InvokeMemberName class.
public InvokeMemberName ( string name ) : System
name string The name.
return System

InvokeMemberName() public method

Initializes a new instance of the InvokeMemberName class.
public InvokeMemberName ( string name, bool isSpecialName ) : System
name string The name.
isSpecialName bool if set to true [is special name].
return System

Property Details

Create public_oe static_oe property

Create Function can set to variable to make cleaner syntax;
public static Func Create
return Func

CreateSpecialName public_oe static_oe property

Create Function can set to variable to make cleaner syntax;
public static Func CreateSpecialName
return InvokeMemberName>.Func