Show / Hide Table of Contents

Class AccountStatusFilterValues

Container for Account Statuses.

Inheritance
System.Object
AccountStatusFilterValues
Implements
System.Collections.Generic.IEnumerable<Account.AccountStatusType_Enum>
System.Collections.IEnumerable
System.ICloneable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Moraware.JobTrackerAPI5
Assembly: JobTrackerAPI5.dll
Syntax
public class AccountStatusFilterValues : IGenericListOfValuesFilterValues<Account.AccountStatusType_Enum>, IEnumerable<Account.AccountStatusType_Enum>, IEnumerable, ICloneable

Constructors

AccountStatusFilterValues()

Creates a new collection of values for a list of values filter.

Declaration
public AccountStatusFilterValues()

AccountStatusFilterValues(IEnumerable<Account.AccountStatusType_Enum>)

Creates a new collection of values for a list of values filter.

Declaration
public AccountStatusFilterValues(IEnumerable<Account.AccountStatusType_Enum> values_)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<Account.AccountStatusType_Enum> values_

The values included in the list.

Properties

Values

The set of values to filter on.

Declaration
public List<Account.AccountStatusType_Enum> Values { get; }
Property Value
Type Description
System.Collections.Generic.List<Account.AccountStatusType_Enum>

Methods

GetEnumerator()

Provides a strongly typed iterator over the collection members.

Declaration
public IEnumerator<Account.AccountStatusType_Enum> GetEnumerator()
Returns
Type Description
System.Collections.Generic.IEnumerator<Account.AccountStatusType_Enum>

A strongly typed iterator over the collection members.

Remarks

This method is present primarily to support the For ... Each syntax.

Explicit Interface Implementations

IEnumerable<Account.AccountStatusType_Enum>.GetEnumerator()

Provides a strongly typed iterator over the collection members.

Declaration
IEnumerator<Account.AccountStatusType_Enum> IEnumerable<Account.AccountStatusType_Enum>.GetEnumerator()
Returns
Type Description
System.Collections.Generic.IEnumerator<Account.AccountStatusType_Enum>

A strongly typed iterator over the collection members.

Remarks

This method is present primarily to support the For ... Each syntax.

IEnumerable.GetEnumerator()

Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
Type Description
System.Collections.IEnumerator

ICloneable.Clone()

Creates a copy of this list of values.

Declaration
object ICloneable.Clone()
Returns
Type Description
System.Object

A copy of this list of values.

Implements

System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
System.ICloneable
Back to top Generated by DocFX