Add Method
Add(Type, string, bool, object)
Declaration
protected MappingInfo Add(Type type, string propName, bool required, object defaulValue)
Protected Function Add(type As Type, propName As String, required As Boolean, defaulValue As Object) As MappingInfo
Parameters
Returns
Add(Type, Type, string, bool, object)
Declaration
protected MappingInfo Add(Type type, Type dataType, string propName, bool required, object defaulValue)
Protected Function Add(type As Type, dataType As Type, propName As String, required As Boolean, defaulValue As Object) As MappingInfo
Parameters
Returns