This is the complete list of members for IG.Lib.SerializationDto, including all inherited members.
CopyArrayFromObject< DtoType, ObjectType >(ObjectType[] tabObj, ref DtoType[] tabDto) | IG.Lib.SerializationDto | inlinestatic |
CopyArrayFromObjectReturned< DtoType, ObjectType >(ObjectType[] tabObj, DtoType[] tabDto) | IG.Lib.SerializationDto | inlinestatic |
CopyArrayToObject< DtoType, ObjectType >(DtoType[] tabDto, ref ObjectType[] tabObj) | IG.Lib.SerializationDto | inlinestatic |
CopyArrayToObjectReturned< DtoType, ObjectType >(DtoType[] tabDto, ObjectType[] tabObj) | IG.Lib.SerializationDto | inlinestatic |
CopyFromObject< DtoType, ObjectType >(ObjectType obj, ref DtoType dto) | IG.Lib.SerializationDto | inlinestatic |
CopyFromObjectReturned< DtoType, ObjectType >(ObjectType obj, DtoType dto) | IG.Lib.SerializationDto | inlinestatic |
CopyListFromObject< DtoType, ObjectType >(List< ObjectType > tabObj, ref DtoType[] tabDto) | IG.Lib.SerializationDto | inlinestatic |
CopyListFromObjectReturned< DtoType, ObjectType >(List< ObjectType > tabObj, DtoType[] tabDto) | IG.Lib.SerializationDto | inlinestatic |
CopyListToObject< DtoType, ObjectType >(DtoType[] tabDto, ref List< ObjectType > listObj) | IG.Lib.SerializationDto | inlinestatic |
CopyListToObjectReturned< DtoType, ObjectType >(DtoType[] tabDto, List< ObjectType > listObj) | IG.Lib.SerializationDto | inlinestatic |
CopyToObject< DtoType, ObjectType >(DtoType dto, ref ObjectType obj) | IG.Lib.SerializationDto | inlinestatic |
CopyToObjectReturned< DtoType, ObjectType >(DtoType dto, ObjectType obj) | IG.Lib.SerializationDto | inlinestatic |
SerializationDto() | IG.Lib.SerializationDto | inlineprotected |