Gets weakly-typed information about the specified DTO type.
public static IDtoInfo GetInfo(Type type)
| parameter | description |
|---|---|
| type | The DTO type. |
Gets information about the specified DTO type.
public static DtoInfo<T> GetInfo<T>()
| parameter | description |
|---|---|
| T | The DTO type. |