Version

WebScheduleDataBindingAttribute Class Members

The following tables list the members exposed by WebScheduleDataBindingAttribute.

Public Constructors
 NameDescription
Public ConstructorWebScheduleDataBindingAttribute ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyDataTypeThe Type within the data source that's furnishing a bound value to PropertyName during a Fetch operation.  
Public PropertyModelTypeThe Type of the WebSchedule object that is being bound during a Fetch operation.  
Public PropertyPropertyNameThe name of the property on instances of ModelType that is being bound.  
Public PropertyPropertyTypeThe Type on the property named by PropertyName.  
Public PropertyTypeIdWhen implemented in a derived class, gets a unique identifier for this System.Attribute. (Inherited from System.Attribute)
Public Methods
 NameDescription
Public MethodBindBinds a fetched data value to a public property on a data object.  
Public MethodEqualsReturns a value that indicates whether this instance is equal to a specified object. (Inherited from System.Attribute)
Public MethodGetHashCodeReturns the hash code for this instance. (Inherited from System.Attribute)
Public MethodIsDefaultAttributeWhen overridden in a derived class, indicates whether the value of this instance is the default value for the derived class. (Inherited from System.Attribute)
Public MethodMatchWhen overridden in a derived class, returns a value that indicates whether this instance equals a specified object. (Inherited from System.Attribute)
See Also