共用方式為


ObjectLinkProviderDataSet.WebObjectLinksDataTable 成員

用來維護一群任務、 議題、 風險以及文件的相關資訊。

ObjectLinkProviderDataSet.WebObjectLinksDataTable 類型公開下列成員。

建構函式

  名稱 描述
公用方法 ObjectLinkProviderDataSet.WebObjectLinksDataTable() 會建立WebObjectLinksDataTable類別的執行個體。
受保護方法 ObjectLinkProviderDataSet.WebObjectLinksDataTable(SerializationInfo, StreamingContext) 使用個別的參數建立WebObjectLinksDataTable類別的執行個體。

頁首

屬性

  名稱 描述
公用屬性 CaseSensitive (繼承自 DataTable。)
公用屬性 ChildRelations (繼承自 DataTable。)
公用屬性 Columns (繼承自 DataTable。)
公用屬性 Constraints (繼承自 DataTable。)
公用屬性 Container (繼承自 MarshalByValueComponent。)
公用屬性 Count 會從WebObjectLinksDataTable刪除指定的 row 物件。
公用屬性 CREATED_DATEColumn 定義資料行的 [ CREATED_DATE ] 欄位。
公用屬性 DataSet (繼承自 DataTable。)
公用屬性 DefaultView (繼承自 DataTable。)
公用屬性 DesignMode (繼承自 MarshalByValueComponent。)
公用屬性 DisplayExpression (繼承自 DataTable。)
受保護屬性 Events (繼承自 MarshalByValueComponent。)
公用屬性 ExtendedProperties (繼承自 DataTable。)
公用屬性 HasErrors (繼承自 DataTable。)
公用屬性 IsInitialized (繼承自 DataTable。)
公用屬性 Item WebObjectLinksDataTable,其中 index 所指定之列中取得的資料列。
公用屬性 Locale (繼承自 DataTable。)
公用屬性 MinimumCapacity (繼承自 DataTable。)
公用屬性 MOD_DATEColumn 定義資料行的 [ MOD_DATE ] 欄位。
公用屬性 Namespace (繼承自 DataTable。)
公用屬性 ParentRelations (繼承自 DataTable。)
公用屬性 Prefix (繼承自 DataTable。)
公用屬性 PrimaryKey (繼承自 DataTable。)
公用屬性 RemotingFormat (繼承自 DataTable。)
公用屬性 Rows (繼承自 DataTable。)
公用屬性 Site (繼承自 DataTable。)
公用屬性 TableName (繼承自 DataTable。)
公用屬性 WOBJLINK_OBJECT1Column 定義資料行的 [ WOBJLINK_OBJECT1 ] 欄位。
公用屬性 WOBJLINK_OBJECT2Column 定義資料行的 [ WOBJLINK_OBJECT2 ] 欄位。
公用屬性 WOBJLINK_TYPEColumn 定義資料行的 [ WOBJLINK_TYPE ] 欄位。
公用屬性 WOBJLINK_UIDColumn 定義資料行的 [ WOBJLINK_UID ] 欄位。

頁首

方法

  名稱 描述
公用方法 AcceptChanges (繼承自 DataTable。)
公用方法 AddWebObjectLinksRow(ObjectLinkProviderDataSet.WebObjectLinksRow) WebObjectLinksRow會將物件新增至WebObjectLinksDataTable表格。
公用方法 AddWebObjectLinksRow(Guid, Guid, Guid, Int32, DateTime, DateTime) 此成員是保留給內部使用,而不是用來直接從您的程式碼使用
公用方法 BeginInit (繼承自 DataTable。)
公用方法 BeginLoadData (繼承自 DataTable。)
公用方法 Clear (繼承自 DataTable。)
公用方法 Clone (覆寫 DataTable.Clone()。)
公用方法 Compute (繼承自 DataTable。)
公用方法 Copy (繼承自 DataTable。)
公用方法 CreateDataReader (繼承自 DataTable。)
受保護方法 CreateInstance (覆寫 DataTable.CreateInstance()。)
公用方法 Dispose() (繼承自 MarshalByValueComponent。)
受保護方法 Dispose(Boolean) (繼承自 MarshalByValueComponent。)
公用方法 EndInit (繼承自 DataTable。)
公用方法 EndLoadData (繼承自 DataTable。)
公用方法 Equals (繼承自 Object。)
受保護方法 Finalize (繼承自 MarshalByValueComponent。)
公用方法 FindByWOBJLINK_UID 使用指定的時間間隔名稱來擷取WebObjectLinksDataTable物件。
公用方法 GetChanges() (繼承自 DataTable。)
公用方法 GetChanges(DataRowState) (繼承自 DataTable。)
公用方法 GetEnumerator 取得可用來逐一查看WebObjectLinksDataTable的資料列的列舉值。
公用方法 GetErrors (繼承自 DataTable。)
公用方法 GetHashCode (繼承自 Object。)
公用方法 GetObjectData (繼承自 DataTable。)
受保護方法 GetRowType (覆寫 DataTable.GetRowType()。)
受保護方法 GetSchema (繼承自 DataTable。)
公用方法 GetService (繼承自 MarshalByValueComponent。)
公用方法 GetType (繼承自 Object。)
公用方法靜態成員 GetTypedTableSchema 此成員是保留給內部使用,而不是用來直接從您的程式碼使用
公用方法 ImportRow (繼承自 DataTable。)
公用方法 Load(IDataReader) (繼承自 DataTable。)
公用方法 Load(IDataReader, LoadOption) (繼承自 DataTable。)
公用方法 Load(IDataReader, LoadOption, FillErrorEventHandler) (繼承自 DataTable。)
公用方法 LoadDataRow([], Boolean) (繼承自 DataTable。)
公用方法 LoadDataRow([], LoadOption) (繼承自 DataTable。)
受保護方法 MemberwiseClone (繼承自 Object。)
公用方法 Merge(DataTable) (繼承自 DataTable。)
公用方法 Merge(DataTable, Boolean) (繼承自 DataTable。)
公用方法 Merge(DataTable, Boolean, MissingSchemaAction) (繼承自 DataTable。)
公用方法 NewRow (繼承自 DataTable。)
受保護方法 NewRowArray (繼承自 DataTable。)
受保護方法 NewRowFromBuilder (覆寫 DataTable.NewRowFromBuilder(DataRowBuilder)。)
公用方法 NewWebObjectLinksRow 在WebObjectLinksDataTable建立 row 物件。
受保護方法 OnColumnChanged (繼承自 DataTable。)
受保護方法 OnColumnChanging (繼承自 DataTable。)
受保護方法 OnPropertyChanging (繼承自 DataTable。)
受保護方法 OnRemoveColumn (繼承自 DataTable。)
受保護方法 OnRowChanged (覆寫 DataTable.OnRowChanged(DataRowChangeEventArgs)。)
受保護方法 OnRowChanging (覆寫 DataTable.OnRowChanging(DataRowChangeEventArgs)。)
受保護方法 OnRowDeleted (覆寫 DataTable.OnRowDeleted(DataRowChangeEventArgs)。)
受保護方法 OnRowDeleting (覆寫 DataTable.OnRowDeleting(DataRowChangeEventArgs)。)
受保護方法 OnTableCleared (繼承自 DataTable。)
受保護方法 OnTableClearing (繼承自 DataTable。)
受保護方法 OnTableNewRow (繼承自 DataTable。)
公用方法 ReadXml(Stream) (繼承自 DataTable。)
公用方法 ReadXml(TextReader) (繼承自 DataTable。)
公用方法 ReadXml(String) (繼承自 DataTable。)
公用方法 ReadXml(XmlReader) (繼承自 DataTable。)
公用方法 ReadXmlSchema(Stream) (繼承自 DataTable。)
公用方法 ReadXmlSchema(TextReader) (繼承自 DataTable。)
公用方法 ReadXmlSchema(String) (繼承自 DataTable。)
公用方法 ReadXmlSchema(XmlReader) (繼承自 DataTable。)
受保護方法 ReadXmlSerializable (繼承自 DataTable。)
公用方法 RejectChanges (繼承自 DataTable。)
公用方法 RemoveWebObjectLinksRow 會從WebObjectLinksDataTable刪除指定的 row 物件。
公用方法 Reset (繼承自 DataTable。)
公用方法 Select() (繼承自 DataTable。)
公用方法 Select(String) (繼承自 DataTable。)
公用方法 Select(String, String) (繼承自 DataTable。)
公用方法 Select(String, String, DataViewRowState) (繼承自 DataTable。)
公用方法 ToString (繼承自 DataTable。)
公用方法 WriteXml(Stream) (繼承自 DataTable。)
公用方法 WriteXml(TextWriter) (繼承自 DataTable。)
公用方法 WriteXml(XmlWriter) (繼承自 DataTable。)
公用方法 WriteXml(String) (繼承自 DataTable。)
公用方法 WriteXml(Stream, Boolean) (繼承自 DataTable。)
公用方法 WriteXml(TextWriter, Boolean) (繼承自 DataTable。)
公用方法 WriteXml(XmlWriter, Boolean) (繼承自 DataTable。)
公用方法 WriteXml(String, Boolean) (繼承自 DataTable。)
公用方法 WriteXml(Stream, XmlWriteMode) (繼承自 DataTable。)
公用方法 WriteXml(TextWriter, XmlWriteMode) (繼承自 DataTable。)
公用方法 WriteXml(XmlWriter, XmlWriteMode) (繼承自 DataTable。)
公用方法 WriteXml(String, XmlWriteMode) (繼承自 DataTable。)
公用方法 WriteXml(Stream, XmlWriteMode, Boolean) (繼承自 DataTable。)
公用方法 WriteXml(TextWriter, XmlWriteMode, Boolean) (繼承自 DataTable。)
公用方法 WriteXml(XmlWriter, XmlWriteMode, Boolean) (繼承自 DataTable。)
公用方法 WriteXml(String, XmlWriteMode, Boolean) (繼承自 DataTable。)
公用方法 WriteXmlSchema(Stream) (繼承自 DataTable。)
公用方法 WriteXmlSchema(TextWriter) (繼承自 DataTable。)
公用方法 WriteXmlSchema(XmlWriter) (繼承自 DataTable。)
公用方法 WriteXmlSchema(String) (繼承自 DataTable。)
公用方法 WriteXmlSchema(Stream, Boolean) (繼承自 DataTable。)
公用方法 WriteXmlSchema(TextWriter, Boolean) (繼承自 DataTable。)
公用方法 WriteXmlSchema(XmlWriter, Boolean) (繼承自 DataTable。)
公用方法 WriteXmlSchema(String, Boolean) (繼承自 DataTable。)

頁首

事件

  名稱 描述
公用事件 ColumnChanged (繼承自 DataTable。)
公用事件 ColumnChanging (繼承自 DataTable。)
公用事件 Disposed (繼承自 MarshalByValueComponent。)
公用事件 Initialized (繼承自 DataTable。)
公用事件 RowChanged (繼承自 DataTable。)
公用事件 RowChanging (繼承自 DataTable。)
公用事件 RowDeleted (繼承自 DataTable。)
公用事件 RowDeleting (繼承自 DataTable。)
公用事件 TableCleared (繼承自 DataTable。)
公用事件 TableClearing (繼承自 DataTable。)
公用事件 TableNewRow (繼承自 DataTable。)
公用事件 WebObjectLinksRowChanged 列有所變更之後,就會發生後置事件。
公用事件 WebObjectLinksRowChanging 預先事件的資料列變更之前發生。
公用事件 WebObjectLinksRowDeleted 刪除列之後發生後置事件。
公用事件 WebObjectLinksRowDeleting 刪除列之前發生前事件。

頁首

欄位

  名稱 描述
受保護欄位 fInitInProgress (繼承自 DataTable。)

頁首

明確介面實作

  名稱 描述
明確介面實作私用屬性 IListSource.ContainsListCollection (繼承自 DataTable。)
明確介面實作私用方法 IListSource.GetList (繼承自 DataTable。)
明確介面實作私用方法 IXmlSerializable.GetSchema (繼承自 DataTable。)
明確介面實作私用方法 IXmlSerializable.ReadXml (繼承自 DataTable。)
明確介面實作私用方法 IXmlSerializable.WriteXml (繼承自 DataTable。)

頁首

請參閱

參照

ObjectLinkProviderDataSet.WebObjectLinksDataTable 類別

WebSvcObjectLinkProvider 命名空間