Class SearchBankOptions
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
OrganizationIdentifier
public Guid? OrganizationIdentifier { get; set; }
Property Value
- Guid?
SetIdentifier
public Guid? SetIdentifier { get; set; }
Property Value
- Guid?