DtoInfo.GetInfo method (1 of 2)

Gets weakly-typed information about the specified DTO type.

public static IDtoInfo GetInfo(Type type)
parameter description
type The DTO type.

See Also


DtoInfo.GetInfo<T> method (2 of 2)

Gets information about the specified DTO type.

public static DtoInfo<T> GetInfo<T>()
parameter description
T The DTO type.

See Also