Interface IAttributedReadingDescriptor
- Namespace
- Acuit.Pinpoint.IO.Testing.DataAnnotations
- Assembly
- Acuit.Pinpoint.IO.Testing.Abstractions.dll
A reading descriptor for a reading that gets its value from a reading annotation attribute.
public interface IAttributedReadingDescriptor : IReadingDescriptor, IDataValueDescriptor
- Inherited Members
Methods
GetReadingValue(object)
Gets a reading value from an instance of the type annotated with reading annotation attributes.
IReadingValue GetReadingValue(object instance)
Parameters
instance
objectThe object instance.
Returns
- IReadingValue
The reading value.
Exceptions
- ArgumentNullException
instance
is null.