Interface IMinMaxSelectionProperty
This interface combines the IMinimumSelectionProperty and IMaximumSelectionProperty interfaces. Field types that support both IMinimumSelectionProperty and IMaximumSelectionProperty can also be referenced by this interface when both properties are needed.
Inherited Members
IComparable.CompareTo(object)
Namespace: Estrelica.Archer.Metadata.Field.Properties
Assembly: Estrelica.Interfaces.dll
Syntax
[StayPublic]
[DoNotObfuscateType]
public interface IMinMaxSelectionProperty : IMinimumSelectionProperty, IMaximumSelectionProperty, IArcherField, IArcherEntity, IDictionary<string, object>, ICollection<KeyValuePair<string, object>>, IEnumerable<KeyValuePair<string, object>>, IEnumerable, IComparable, IEquatable<IArcherEntity>, IArcherGuidEntity, IArcherNamedEntity, IArcherAliasedEntity, IArcherDescribedEntity, IArcherUpdateInfoEntity, IArcherASOEntity, IArcherEntityBase, IArcherBase