Interface IValuesListSingleSelection
Inherited Members
Namespace: Estrelica.Archer.Content
Assembly: Estrelica.Interfaces.dll
Syntax
[StayPublic]
[DoNotObfuscateType]
public interface IValuesListSingleSelection : IValuesListBaseSelection
Methods
Equals(IArcherValuesListValue)
Returns true if the Values List field's single selection is equal to the Values List value parameter, or if no Value is selected on the field and null is passed as the parameter.
Declaration
bool Equals(IArcherValuesListValue value)
Parameters
| IArcherValuesListValue value |
Returns
| bool |
Equals(int?)
Returns true if the integer Id of the Values List field's single selection is equal to a non-null integer value parameter, or if no Value is selected on the field and null is passed as the parameter.
Declaration
bool Equals(int? valueId)
Parameters
| int? valueId |
Returns
| bool |
Equals(string)
Returns true if the name of the Values List field's single selection is equal to a non-null string value parameter, or if no Value is selected on the field and null is passed as the parameter.
Declaration
bool Equals(string valueName)
Parameters
| string valueName |
Returns
| bool |