Class ClusterSet
Cluster set
Implements
Inherited Members
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class ClusterSet : IEquatable<ClusterSet>
Constructors
ClusterSet()
Initializes a new instance
Declaration
public ClusterSet()
ClusterSet(ClusterSet)
Initializes a new instance from a copy
Declaration
public ClusterSet(ClusterSet copySource)
Parameters
| Type | Name | Description |
|---|---|---|
| ClusterSet | copySource | The copy source |
Properties
ExcludeClusters
The excluded clusters
Declaration
public List<string> ExcludeClusters { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> |
IncludeClusters
The included clusters
Declaration
public List<string> IncludeClusters { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> |
Name
The filter name
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
Equals(ClusterSet)
Declaration
public virtual bool Equals(ClusterSet compare)
Parameters
| Type | Name | Description |
|---|---|---|
| ClusterSet | compare |
Returns
| Type | Description |
|---|---|
| bool |
ToString()
Returns a string that represents this instance
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | A string that represents this instance |