[]
        
(Showing Draft Content)

C1.Schedule.MappingCollectionBase-1.Add

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
Type Name Description
Type type
string propName
bool required
object defaulValue
Returns
Type Description
MappingInfo

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
Type Name Description
Type type
Type dataType
string propName
bool required
object defaulValue
Returns
Type Description
MappingInfo