Class WatsonODataClient
Inheritance
System.Object
WatsonODataClient
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: CrashCABN.PullIngestion.Watson
Assembly: CrashCABN.PullIngestion.Watson.dll
Syntax
public class WatsonODataClient
Constructors
View SourceWatsonODataClient(IODataClientFactory, String)
Declaration
public WatsonODataClient(IODataClientFactory oDataClientFactory, string authToken)
Parameters
Type | Name | Description |
---|---|---|
IODataClientFactory | oDataClientFactory | |
System.String | authToken |
Methods
View SourceCreateContext<T>(Uri)
Declaration
public T CreateContext<T>(Uri serviceRoot)
where T : DataServiceContext
Parameters
Type | Name | Description |
---|---|---|
System.Uri | serviceRoot |
Returns
Type | Description |
---|---|
T |
Type Parameters
Name | Description |
---|---|
T |