Version

ResourceBinding Property

Manages the set of data-binding properties related to the loading of resources from a general purpose data provider.
Syntax
'Declaration
 
Public ReadOnly Property ResourceBinding As ResourceBinding
public ResourceBinding ResourceBinding {get;}
Remarks

The ResourceBinding object contains data-binding properties mapping to the Resource object in the WebSchedule object model. Each property maps one data member to a named column or field in your application's persistence model. By default, these bindings match the recommendations of the WebSchedule persistence model. You may adapt the WebSchedule to existing data stores as long as they are compatible with the schema of the WebSchedule persistence model, and provide the necessary scheduling resource information.

When referring to a database data provider, frequently the term data model is used in place of persistence model. The notion of a persistence model is used here instead, because a data provider may be more general than a relational database (for example, comma-separated value flat files, Microsoft Exchange collaborative data objects (CDO), or XML documents).

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