IDtoProperty<T> interface

Represents a property or field of a DTO.

public interface IDtoProperty<in T> : IDtoProperty
parameter description
T The type of DTO.

Members

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.

Remarks

Do not implement this interface. Adding members to this interface will not be considered a breaking change to this library.

See Also