WeekDay Class Members
See Also  Properties Methods Events
SourceCode.Workflow.Authoring Namespace : WeekDay Class


Glossary Item Box

The following tables list the members exposed by WeekDay.

Public Properties

  Name Description
Public Property Container Gets or sets the container. (Inherited from SourceCode.Framework.PersistableObject)
Public Property FromHour

Gets or sets the range of the working hours for the WeekDay object. FromHour determines the hour at which the working day starts.

FromHour uses 24-hour format e.g. 17:00 = 5:00 PM

Example: [WeekDay.FromHour]:[WeekDay.FromMinute]

 
Public Property FromMinute

Gets or sets the range of the working hours for the WeekDay object. FromMinute determines the minutes at which the working day starts.

Example:

[WeekDay.FromHour]:[WeekDay.FromMinute]

 
Public Property Guid Gets or sets the GUID. (Inherited fromSourceCode.Framework.PersistableObject)
Public Property IsDisposed Gets a value indicating if the current object have been disposed yet. (Inherited fromSourceCode.Framework.PersistableObject)
Public Property IsIntLoading (Inherited fromSourceCode.Framework.PersistableObject)
Public Property IsLoading Gets or sets a value indicating whether this instance is loading. (Inherited fromSourceCode.Framework.PersistableObject)
Public Property IsWorkingDay Gets or sets the a value indicating whether the Weekday object should be used as a working day.  
Public Property Locked (Inherited fromSourceCode.Framework.PersistableObject)
Public Property MetaData Gets or sets the MetaData associated with the WeekDay object.  
Public Property Modified Gets a value indicating whether thisSourceCode.Framework.PersistableObjectis modified. (Inherited fromSourceCode.Framework.PersistableObject )
Public Property Parent Gets or sets the Parent (Authoring.WorkingHours) associated with theWeekDay object.  
Public Property SitedChildren (Inherited fromSourceCode.Framework.PersistableContainerObject)
Public Property ToHour

Gets or sets the range of the working hours for the WeekDay object. ToHour determines the hour at which the working day ends.

ToHour uses 24-hour format e.g. 17:00 = 5:00 PM

Example: [WeekDay.ToHour]:[WeekDay.ToMinute]

 
Public Property ToMinute

Gets or sets the range of the working hours for the WeekDay object. ToMinute determines the minutes at which the working day ends.

Example: [WeekDay.ToHour]:[WeekDay.ToMinute]

 
Top

Protected Properties

  Name Description
Protected Property ContainedList Overridden.  This represents the List in which this object is contained in. E.G. OrderItem is contained in the OrderItems list of container object that an Order.  
Protected Property IsEventsEnabled Gets a value indicating whether events is enabled. (Inherited fromSourceCode.Framework.PersistableObject)
Top

Public Methods

  Name Description
Public Method Clone Overloaded. Overridden.  Creates a new object that is a copy of the current instance.  
Public Method CloneInContext Overloaded. Creates a new object that is a copy of the current instance. (Inherited fromSourceCode.Framework.PersistableObject  )
Public Method CloneToStream Clones this instance to a stream. (Inherited fromSourceCode.Framework.PersistableObject)
Public Method DisableEvents Disables the events. (Inherited fromSourceCode.Framework.PersistableObject)
Public Method Dispose Overloaded. Overridden.  Override this class to dispose object. Make sure that base.Dispose(disposing) gets called  
Public Method EnableEvents Enables the events. (Inherited fromSourceCode.Framework.PersistableObject)
Public Method FindChild (Inherited fromSourceCode.Framework.PersistableObject)
Public Method FindContainerOfType<T> (Inherited fromSourceCode.Framework.PersistableObject)
Public Method PropertyChangingEventHooked (Inherited fromSourceCode.Framework.PersistableObject)
Top

Protected Methods

  Name Description
Protected Method EnsureClonedInstance Overloaded. Returns an instance of a cloned object based on the original item. Use in conjuction with Cloning. (Inherited fromSourceCode.Framework.PersistableObject  )
Protected Method GetClonedInstance<T> Returns an instance of a cloned object based on the original guid. Use in conjuction with Cloning. (Inherited fromSourceCode.Framework.PersistableObject)
Protected Method HasObjectBeenCloned (Inherited fromSourceCode.Framework.PersistableObject)
Protected Method IsObjectInScope Overloaded. When a cloning context exists, a lookup will be done to determine if the item is in scope. (Inherited fromSourceCode.Framework.PersistableObject  )
Protected Method OnContainerChanged Called when the container change. (Inherited fromSourceCode.Framework.PersistableObject)
Protected Method OnLoad Overridden. Generates an object from a SourceCode.Framework.ISerializationInfo with the data provided.  
Protected Method OnModified Called when this instance is being modified. (Inherited fromSourceCode.Framework.PersistableObject)
Protected Method OnNotifyBeginPropertyChanged Overloaded. (Inherited fromSourceCode.Framework.PersistableObject  )
Protected Method OnNotifyEndPropertyChanged Overloaded. (Inherited fromSourceCode.Framework.PersistableObject  )
Protected Method OnNotifyPropertyChanged Overloaded. (Inherited fromSourceCode.Framework.PersistableObject  )
Protected Method OnSave Overridden. Populates a SourceCode.Framework.ISerializationInfo with the data needed to serialize the target object.  
Protected Method Validate Validates this instance. (Inherited fromSourceCode.Framework.PersistableObject)
Top

Public Events

See Also