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