DtoInfo<T>.Properties property

The properties of the DTO.

public IReadOnlyList<IDtoProperty<T>> Properties { get; }

Remarks

Includes public non-static read/write and read-only properties and fields.

See Also