Show / Hide Table of Contents

Class ClusterSet

Inheritance
object
ClusterSet
Implements
IEquatable<ClusterSet>
Inherited Members
object.GetType()
object.MemberwiseClone()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class ClusterSet : IEquatable<ClusterSet>

Constructors

ClusterSet()

Declaration
public ClusterSet()

ClusterSet(ClusterSet)

Declaration
public ClusterSet(ClusterSet copySource)
Parameters
Type Name Description
ClusterSet copySource

Properties

ExcludeClusters

Declaration
public List<string> ExcludeClusters { get; set; }
Property Value
Type Description
List<string>

IncludeClusters

Declaration
public List<string> IncludeClusters { get; set; }
Property Value
Type Description
List<string>

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()

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()

Implements

IEquatable<T>

Extension Methods

ConsoleExtensions.WriteProperties(object, bool)
ValueTypeExtensions.GetValueType(object)
ObjectInfo.GetPropertyValue(object, string)
ObjectInfo.GetPropertyValue<T>(object, string, T)
ObjectInfo.ResolvePropertyValue(object, string)
ObjectInfo.SetPropertyValue(object, string, object)
☀
☾
Back to top Generated by DocFX