PredicateGroup

Model predicate grouping.

Namespace:
KpokEntityTool.Models
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No
Inherits from:
System.Object
Implements:
System.IEquatable{KpokEntityTool.Models.PredicateGroup}, System.ComponentModel.INotifyPropertyChanged

Constructors

PredicateGroup

Default constructor

Signature:
public Void PredicateGroup()

Events

Type Name Summary
PropertyChangedEventHandler PropertyChanged Notify that a property was changed.

Properties

End

Predicate index that end this group.

Signature:
public Int32 End { get; set; }

Start

Predicate index that starts this group.

Signature:
public Int32 Start { get; set; }

Methods

Equals

Check whether other is equals to this objects.

Signature:
public Boolean Equals(other)
Returns

true if the objects are equal.

Parameters
Name Type Summary
other PredicateGroup Object to compare.

Equals

Checks whether obj is equal to this object.

Signature:
public Boolean Equals(obj)
Returns

true if the objects are equal.

Parameters
Name Type Summary
obj Object Object to compare.

GetHashCode

Not required, implemented to avoid warnings.

Signature:
public Int32 GetHashCode()

ToString

Returns a textual representation of this PredicateGroup.

Signature:
public String ToString()