Represents a property or field of a DTO.
public interface IDtoProperty<in T> : IDtoProperty
| parameter | description |
|---|---|
| T | The type of DTO. |
| name | description |
|---|---|
| GetValue(…) | Gets the value of the property or field for the specified instance of the DTO. |
| SetValue(…) | Sets the value of the property or field for the specified instance of the DTO. |
Do not implement this interface. Adding members to this interface will not be considered a breaking change to this library.