Models a filter method.
Default constructor
public Void Filter()| Type | Name | Summary |
|---|---|---|
| PropertyChangedEventHandler | PropertyChanged | Notify that a property was changed. |
Access modifier for this type.
public AccessModifier Access { get; set; }Groups of predicates for this filter.
public PredicateGroupCollection Groups { get; set; }Whether the method is asynchronous.
public Boolean IsAsync { get; set; }Whether the filter returns a collection of ReturnType.
public Boolean IsCollection { get; set; }Filter name (method name).
public String Name { get; set; }A collection of fields for ordering the result of this filter.
public OrderFieldCollection OrderFields { get; set; }A collection of parameters for the filter.
public ParameterCollection Parameters { get; set; }Predicates of this filter.
public FilterPredicateCollection Predicates { get; set; }Returns documentation.
public String Returns { get; set; }Type that it is returned by filter.
public String ReturnType { get; set; }Documentation.
public String Summary { get; set; }Checks whether other is equals to this object.
public Boolean Equals(other)true if the objects are equal.
| Name | Type | Summary |
|---|---|---|
| other | Filter | Object to compare. |
Checks whether obj is equals to this object.
public Boolean Equals(obj)true if the objects are equal.
| Name | Type | Summary |
|---|---|---|
| obj | Object | Object to compare. |
Implemented to avoid warnings.
public Int32 GetHashCode()Returns a textual representation of a filter.
public String ToString()