Version

Note Class Members

The following tables list the members exposed by Note.

Public Constructors
 NameDescription
Public ConstructorNote ConstructorOverloaded.   
Protected Fields
 NameDescription
Protected FieldtagValue (Inherited from Infragistics.Shared.SubObjectBase)
Public Properties
 NameDescription
Public PropertyAppearanceReturns or sets the Appearance object that controls the objects's formatting  
Public PropertyBindingListIndexReturns the index associated with this appointment in the binding list.  
Public PropertyBindingListObjectReturns the object returned by the binding list that is associated with this Note.  
Public PropertyCalendarInfoReturn the CalendarInfo object that owns this object.  
Public PropertyDataKeyGets/sets unique key for this Note.  
Public PropertyDateGets/Sets the date for which the note is applied..  
Public PropertyDayReturns or sets the Day object for this Note.  
Public PropertyDescriptionGets or sets the description/contents of the Note object  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyEndOverridden. Returns a value that is 23 hours, 59 minutes, and 59 seconds later than the value returned from the Date property.  
Public PropertyHasAppearanceReturns true if an appearance object has been created.  
Public PropertyIsSelectedOverridden. Returns whether the Note is selected.  
Public PropertyLockedDetermines whether the Note can be modified via the user interface of the control displaying the Note.  
Public PropertyLockedResolvedDetermines whether the Note can be modified via the user interface of the control displaying the Note.  
Public PropertyOwnerOverridden. Gets/sets the assigned Owner.  
Public PropertyOwnerKeyGets/sets the key of the assigned Owner.  
Public PropertySelectedGet: Returns true if this object exists in the Selected* collection Set: Adds/Removes this object from the Selected* collection  
Public PropertySpanReturns the amount of time spanned by this activity, obtained by subtracting the value of the Start property from the value of the End property. (Inherited from Infragistics.Win.UltraWinSchedule.ActivityBase)
Public PropertyStartOverridden. Returns the value of the Date property.  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyTextOverridden. Returns the value of the Description property.  
Public PropertyVisibleOverridden. Returns or sets whether the Note is visible.  
Public PropertyVisibleResolvedOverridden. Returns false if either this Note's Visible property is false or it's Owner's Visible property is false.  
Protected Properties
 NameDescription
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
Public Methods
 NameDescription
Public MethodCompareToCompares this instance to another and returns the result. (Inherited from Infragistics.Win.UltraWinSchedule.ActivityBase)
Public MethodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodDispose (Inherited from Infragistics.Shared.DisposableObject)
Public Methodstatic (Shared in Visual Basic)FromBinaryDeserializes a single Note object from the specified stream.  
Public Methodstatic (Shared in Visual Basic)FromBytesDeserializes a single Note object from the specified byte array.  
Public Methodstatic (Shared in Visual Basic)FromXMLDeserializes a single Note object from the specified soap (xml) stream.  
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodNotifyPropChangeOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodOffsetDateAdjusts the date for the note by the specified time span. Note, only day increment changes are honored.  
Public MethodResetReset the properties of the object to their default values.  
Public MethodResetDayReset the day of the Note object.  
Public MethodResetDescriptionReset the Description of the note to its default value.  
Public MethodResetLockedReset the locked property of the Note to its default value.  
Public MethodResetVisibleResets the Visibleproperty to its default value.  
Public MethodSaveOverloaded. Returns a byte array contained the serialized information for the Note  
Public MethodSaveAsXmlOverloaded. Saves the Note object's information to the specified stream as soap (xml).  
Public MethodShouldSerializeReturns whether the object needs to be serialized.  
Public MethodShouldSerializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodVerifyNotDisposed (Inherited from Infragistics.Shared.DisposableObject)
Protected Methods
 NameDescription
Protected MethodDeserializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodGetObjectDataInvoked during the serialization of the object.  
Protected MethodInitializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodOnDispose (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnSubObjectPropChangedOverridden. Notification that a sub object's properties have changed  
Protected MethodResetTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodSerializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodShouldSerializeAppearanceReturns true if property contains data that needs to be serialized.  
Protected MethodShouldSerializeDayReturns true if this property is not set to its default value  
Protected MethodShouldSerializeDescriptionReturns true if this property is not set to its default value  
Protected MethodShouldSerializeLockedReturns true if this property is not set to its default value  
Protected MethodShouldSerializeVisibleReturns true if this property is not set to its default value  
Public Events
 NameDescription
Public EventSubObjectDisposed (Inherited from Infragistics.Shared.SubObjectBase)
Public EventSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
See Also