バージョン 23.1 (最新)

WebScheduleInfo クラス メソッド

このクラスのメンバの一覧は、WebScheduleInfoメンバを参照してください。

パブリック メソッド
 名前解説
Public メソッドApplyStyleCopies any nonblank elements of the specified style to the Web control, overwriting any existing style elements of the control. This method is primarily used by control developers. System.Web.UI.WebControls.WebControlから継承されます。
Public メソッドApplyStyleSheetSkinApplies the style properties defined in the page style sheet to the control. System.Web.UI.Controlから継承されます。
Public メソッドConvertTimeZoneTimeToUtcWebScheduleInfo の TimeZoneOffset に基づいて、指定された日付を UTC に変換します。  
Public メソッドConvertUtcToTimeZoneTimeWebScheduleInfo の TimeZoneOffset に基づいて、UTC を日付に変換します。  
Public メソッドCopyBaseAttributesCopies the properties not encapsulated by the System.Web.UI.WebControls.WebControl.Style object from the specified Web server control to the Web server control that this method is called from. This method is used primarily by control developers. System.Web.UI.WebControls.WebControlから継承されます。
Public メソッドDataBindオーバーロードされます。 オーバーライドされます。 関連付けられた WebSchedule データ プロバイダー コントロールを通してアクティビティおよびリソース情報にバインドします。  
Public メソッドDisposeオーバーライドされます。 コントロールの破棄。  
Public メソッドFindControlオーバーロードされます。 Searches the current naming container for a server control with the specified id parameter. System.Web.UI.Controlから継承されます。
Public メソッドFocusSets input focus to a control. System.Web.UI.Controlから継承されます。
Public メソッドstatic (Shared in Visual Basic)ForceEarliestTimeOfDay指定された日付の最も早い日時を返します。  
Public メソッドGetActivitiesForDate特定のリソースと日付に対する Activity オブジェクトのコレクションを返します。  
Public メソッドGetAppointmentsForDate特定のリソースと日付に対する Appointment オブジェクトのコレクションを返します。  
Public メソッドGetFirstWeekOfYearDateその年の最初の週でその年の最初の日の Infragistics.WebUI.Shared.SmartDate を返します。  
Public メソッドGetRouteUrlオーバーロードされます。 Gets the URL that corresponds to a set of route parameters. System.Web.UI.Controlから継承されます。
Public メソッドGetUniqueIDRelativeToReturns the prefixed portion of the System.Web.UI.Control.UniqueID property of the specified control. System.Web.UI.Controlから継承されます。
Public メソッドGetWeekNumberForDateオーバーロードされます。 現在の WeekRuleFirstDayOfWeekResolved を使用して特定の日付の週番号を返します。  
Public メソッドHasControlsDetermines if the server control contains any child controls. System.Web.UI.Controlから継承されます。
Public メソッドLoadPostDataWebフォームからポストバックされたデータを処理します。 Infragistics.WebUI.WebControls.SmartWebControlから継承されます。
Public メソッドMergeStyleCopies any nonblank elements of the specified style to the Web control, but will not overwrite any existing style elements of the control. This method is used primarily by control developers. System.Web.UI.WebControls.WebControlから継承されます。
Public メソッドRaisePostBackEventWebフォームをサーバーにポストバックするときに生成されるイベントを 処理します。 Infragistics.WebUI.WebControls.SmartWebControlから継承されます。
Public メソッドRaisePostDataChangedEvent要素のステートが変更されたことを示す LoadPostData メソッドに応答し、 呼び出されます。 Infragistics.WebUI.WebControls.SmartWebControlから継承されます。
Public メソッドRenderBeginTagRenders the HTML opening tag of the control to the specified writer. This method is used primarily by control developers. System.Web.UI.WebControls.WebControlから継承されます。
Public メソッドRenderControlオーバーロードされます。 Outputs server control content to a provided System.Web.UI.HtmlTextWriter object and stores tracing information about the control if tracing is enabled. System.Web.UI.Controlから継承されます。
Public メソッドRenderEndTagRenders the HTML closing tag of the control into the specified writer. This method is used primarily by control developers. System.Web.UI.WebControls.WebControlから継承されます。
Public メソッドResetSmartWebControl をデフォルト値にリセットします。 Infragistics.WebUI.WebControls.SmartWebControlから継承されます。
Public メソッドResetFirstDayOfWeekFirstDayOfWeek をデフォルト値にリセットします。  
Public メソッドResetWeekRuleWeekRule をデフォルト値にリセットします。  
Public メソッドResolveClientUrlGets a URL that can be used by the browser. System.Web.UI.Controlから継承されます。
Public メソッドResolveUrlConverts a URL into one that is usable on the requesting client. System.Web.UI.Controlから継承されます。
Public メソッドSetRenderMethodDelegateAssigns an event handler delegate to render the server control and its content into its parent control. System.Web.UI.Controlから継承されます。
Public メソッドSetValueオーバーロードされます。 これまたは派生クラスで指定した識別子に基づいて、プロパティを ViewState に設定します。 Infragistics.WebUI.WebControls.SmartWebControlから継承されます。
Public メソッドTimeZoneOffsetResolvedWebScheduleInfoによって使用されるタイムゾーンオフセットを返します。TimeZoneOffsetが設定されていない場合は、サーバーのタイムゾーンオフセットが使用されます。  
Public メソッドToStringこのオブジェクトの文字列表示を返します。 Infragistics.WebUI.WebControls.WebControlBaseから継承されます。
トップ
プロテクト メソッド
 名前解説
Protected メソッドAddAttributesToRenderAdds HTML attributes and styles that need to be rendered to the specified System.Web.UI.HtmlTextWriterTag. This method is used primarily by control developers. System.Web.UI.WebControls.WebControlから継承されます。
Protected メソッドAddParsedSubObjectNotifies the server control that an element, either XML or HTML, was parsed, and adds the element to the server control's System.Web.UI.ControlCollection object. System.Web.UI.Controlから継承されます。
Protected メソッドBuildProfileTreeGathers information about the server control and delivers it to the System.Web.UI.Page.Trace property to be displayed when tracing is enabled for the page. System.Web.UI.Controlから継承されます。
Protected メソッドClearCachedClientIDSets the cached System.Web.UI.Control.ClientID value to null 参照 (Visual Basicでは Nothing). System.Web.UI.Controlから継承されます。
Protected メソッドClearChildControlStateDeletes the control-state information for the server control's child controls. System.Web.UI.Controlから継承されます。
Protected メソッドClearChildStateDeletes the view-state and control-state information for all the server control's child controls. System.Web.UI.Controlから継承されます。
Protected メソッドClearChildViewStateDeletes the view-state information for all the server control's child controls. System.Web.UI.Controlから継承されます。
Protected メソッドClearEffectiveClientIDModeSets the System.Web.UI.Control.ClientIDMode property of the current control instance and of any child controls to System.Web.UI.ClientIDMode.Inherit. System.Web.UI.Controlから継承されます。
Protected メソッドCreateChildControlsオーバーライドされます。 ダイアログを作成します。  
Protected メソッドCreateControlCollectionCreates a new System.Web.UI.ControlCollection object to hold the child controls (both literal and server) of the server control. System.Web.UI.Controlから継承されます。
Protected メソッドCreateControlHierarchyダイアログを作成します。  
Protected メソッドCreateControlStyleCreates the style object that is used internally by the System.Web.UI.WebControls.WebControl class to implement all style related properties. This method is used primarily by control developers. System.Web.UI.WebControls.WebControlから継承されます。
Protected メソッドCreateRendererオーバーライドされます。   
Protected メソッドCreateSubObjectオーバーライドされます。   
Protected メソッドDataBindChildrenBinds a data source to the server control's child controls. System.Web.UI.Controlから継承されます。
Protected メソッドEnsureChildControlsDetermines whether the server control contains child controls. If it does not, it creates child controls. System.Web.UI.Controlから継承されます。
Protected メソッドEnsureIDCreates an identifier for controls that do not have an identifier assigned. System.Web.UI.Controlから継承されます。
Protected メソッドEnsureRenderer描画前に関連する SmartRenderer が存在することを保証します。 Infragistics.WebUI.WebControls.SmartWebControlから継承されます。
Protected メソッドFindControlInPagePage オブジェクトで子または子孫コントロールを見つけます。 Infragistics.WebUI.WebControls.WebControlBaseから継承されます。
Protected メソッドGetDesignModeStateGets design-time data for a control. System.Web.UI.Controlから継承されます。
Protected メソッドGetSubObject指定した ID 値に基づいたサブオブジェクト参照を取得します。サブオブジェクトは、ViewState に対して自動的に管理されます。 Infragistics.WebUI.WebControls.SmartWebControlから継承されます。
Protected メソッドHasEventsReturns a value indicating whether events are registered for the control or any child controls. System.Web.UI.Controlから継承されます。
Protected メソッドInitializeStyle外部の CSS スタイルシートに基づくデフォルト外観を持つ Style プロパティを初期化します。 Infragistics.WebUI.WebControls.SmartWebControlから継承されます。
Protected メソッドInitializeStyles Infragistics.WebUI.WebControls.SmartWebControlから継承されます。
Protected メソッドIsLiteralContentDetermines if the server control holds only literal content. System.Web.UI.Controlから継承されます。
Protected メソッドLoadViewStateオーバーライドされます。   
Protected メソッドOnActiveDayChanged  
Protected メソッドOnActiveDayChanging  
Protected メソッドOnActiveResourceChanged  
Protected メソッドOnActiveResourceChanging  
Protected メソッドOnActivityAdded  
Protected メソッドOnActivityAdding  
Protected メソッドOnActivityDeleted  
Protected メソッドOnActivityDeleting  
Protected メソッドOnActivityUpdated  
Protected メソッドOnActivityUpdating  
Protected メソッドOnBubbleEventDetermines whether the event for the server control is passed up the page's UI server control hierarchy. System.Web.UI.Controlから継承されます。
Protected メソッドOnDataBindingオーバーライドされます。 アクティビティとリソース情報へのデータバインディングを実行します。  
Protected メソッドOnInitオーバーライドされます。   
Protected メソッドOnLoadPostControlStateオーバーライドされます。   
Protected メソッドOnLoadPostDataデータが Web フォームにポストバックされたとき通知を受け取ります。 Infragistics.WebUI.WebControls.SmartWebControlから継承されます。
Protected メソッドOnLoadPostStateItemオーバーライドされます。   
Protected メソッドOnPreRenderオーバーライドされます。 このコントロールを指定した出力パラメーターに描画します。  
Protected メソッドOnPropertyChangeオーバーロードされます。 これまたは派生クラス内で指定した ID に基づいて、ViewState 内のプロパティの値の変更に応答して、呼び出されます。 Infragistics.WebUI.WebControls.SmartWebControlから継承されます。
Protected メソッドOnRaisePostBackEventWeb フォームがサーバーにイベント情報をポストバックするとき通知を受け取ります。 Infragistics.WebUI.WebControls.SmartWebControlから継承されます。
Protected メソッドOnReminderDismissed  
Protected メソッドOnReminderDismissing  
Protected メソッドOnResourcesFetched  
Protected メソッドOnVarianceAdded  
Protected メソッドOnVarianceAdding  
Protected メソッドRaiseBubbleEventAssigns any sources of the event and its information to the control's parent. System.Web.UI.Controlから継承されます。
Protected メソッドRenderContentsオーバーライドされます。   
Protected メソッドResolveAdapterGets the control adapter responsible for rendering the specified control. System.Web.UI.Controlから継承されます。
Protected メソッドSaveViewStateオーバーライドされます。   
Protected メソッドSetDesignModeStateSets design-time data for a control. System.Web.UI.Controlから継承されます。
Protected メソッドSetSubObjectInfragistics.WebUI.WebControls.SmartWebControl.SubObjects ハッシュ コレクション内のサブオブジェクトを確立します。 Infragistics.WebUI.WebControls.SmartWebControlから継承されます。
Protected メソッドTrackViewStateこの SmartWebControl がそのプロパティとサブオブジェクトに対して ViewState を追跡するかどうかを示します。 Infragistics.WebUI.WebControls.SmartWebControlから継承されます。
トップ
参照