| class DtoInfo<T> |
Information about a DTO type. |
| static class DtoInfo |
Helpers for using reflection with DTOs. |
| class DtoProperty<TSource,TValue> |
Represents a property or field of a DTO. |
| interface IDtoInfo |
Information about a DTO type. |
| interface IDtoProperty<T> |
Represents a property or field of a DTO. |
| interface IDtoProperty |
Represents a property or field of a DTO. |
| interface ITupleInfo |
Weakly-typed information about a tuple type. |
| class TupleInfo<T> |
Information about a tuple type. |
| static class TupleInfo |
Helpers for using reflection with tuples. |