Craig's Utility Library  4.0 Beta
Utilities.DataTypes.Patterns.IFluentInterface Interface Reference

Helps in fluent interface design to hide ToString, Equals, and GetHashCode More...

Inheritance diagram for Utilities.DataTypes.Patterns.IFluentInterface:
Utilities.ORM.Manager.Mapper.Interfaces.IProperty< ClassType > Utilities.Workflow.Manager.Interfaces.IWorkflow< T >

Public Member Functions

bool Equals (object obj)
 Hides equals More...
 
int GetHashCode ()
 Hides GetHashCode More...
 
Type GetType ()
 Hides GetType More...
 
string ToString ()
 Hides ToString More...
 

Detailed Description

Helps in fluent interface design to hide ToString, Equals, and GetHashCode

Definition at line 30 of file IFluentInterface.cs.

Member Function Documentation

bool Utilities.DataTypes.Patterns.IFluentInterface.Equals ( object  obj)

Hides equals

Parameters
obj
Returns
int Utilities.DataTypes.Patterns.IFluentInterface.GetHashCode ( )

Hides GetHashCode

Returns
Type Utilities.DataTypes.Patterns.IFluentInterface.GetType ( )

Hides GetType

Returns
string Utilities.DataTypes.Patterns.IFluentInterface.ToString ( )

Hides ToString

Returns

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