Version

IsEmptyBinding Method

Indicates whether a binding member of the ScheduleDataBinding class is empty or not set.
Syntax
'Declaration
 
Protected Function IsEmptyBinding( _
   ByVal bindingMember As String _
) As Boolean
protected bool IsEmptyBinding( 
   string bindingMember
)

Parameters

bindingMember
Name of a binding member in the data model to be associated with a corresponding property within the WebSchedule object model.

Return Value

True when the binding member is empty or not set (these conditions are indistinguishable, but should be processed in the same manner by using a default binding member); otherwise False indicating the customized binding member should be used.
Remarks

Inheritors can use this function to simplify their implementations of IFetch and IUpdate to behave in the conventional manner when data bindings are (or are not) assigned values.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also