Navigation :
IFluent
Name |
Value |
Assembly |
Catel.Core |
Namespace |
Catel |
Available on |
.NET Framework 4.5, .NET Framework 4.6, Portable Class Libraries, Xamarin - Android, Xamarin - iOS |
public interface IFluent
Interface that is used to build fluent interfaces and hides methods declared by from IntelliSense.
Code that consumes implementations of this interface should expect one of two things: See http://bit.ly/ifluentinterface for more information.
Methods
Equals(object obj)
Redeclaration that hides the method from IntelliSense.
Parameters
Name |
Description |
obj |
The to compare with this instance. |
Returns
true
if the specified is equal to this instance; otherwise,false
.
GetHashCode()
Redeclaration that hides the method from IntelliSense.
Returns
The.
GetType()
Redeclaration that hides the method from IntelliSense.
Returns
The.
ToString()
Redeclaration that hides the method from IntelliSense.
Returns
The.
Have a question about Catel? Use StackOverflow with the Catel tag!
Discussion