Table of Contents

Class SearchBankOptions

Namespace
Shift.Contract
Assembly
Shift.Sdk.dll
public class SearchBankOptions : Query<IEnumerable<BankOptionMatch>>, IQuery<IEnumerable<BankOptionMatch>>, IBankOptionCriteria
Inheritance
SearchBankOptions
Implements
Inherited Members
Extension Methods

Constructors

SearchBankOptions()

public SearchBankOptions()

Properties

BankIdentifier

public Guid? BankIdentifier { get; set; }

Property Value

Guid?

CompetencyIdentifier

public Guid? CompetencyIdentifier { get; set; }

Property Value

Guid?

OptionText

public string OptionText { get; set; }

Property Value

string

OrganizationIdentifier

public Guid? OrganizationIdentifier { get; set; }

Property Value

Guid?

SetIdentifier

public Guid? SetIdentifier { get; set; }

Property Value

Guid?