FuelSDK-CSharp
Public Member Functions | Properties | List of all members
FuelSDK.ETEndpoint Class Reference

ETEndpoint - Represent an EndPoint. More...

Inheritance diagram for FuelSDK.ETEndpoint:
FuelSDK.FuelObject FuelSDK.APIObject FuelSDK.ET_Endpoint

Public Member Functions

 ETEndpoint ()
 Initializes a new instance of the T:FuelSDK.ETEndpoint class. More...
 
 ETEndpoint (JObject obj)
 Initializes a new instance of the T:FuelSDK.ETEndpoint class. More...
 
GetReturn Get ()
 
GetReturn GetMoreResults ()
 Gets the more results. More...
 

Properties

string Type [get, set]
 Gets or sets the type. More...
 
string URL [get, set]
 Gets or sets the URL. More...
 
- Properties inherited from FuelSDK.FuelObject
string Endpoint [get, set]
 Gets or sets the endpoint. More...
 
string [] URLProperties [get, set]
 Gets or sets the URL Properties. More...
 
string [] RequiredURLProperties [get, set]
 Gets or sets the required URL properties. More...
 
int Page [get, set]
 Gets or sets the page number. More...
 
- Properties inherited from FuelSDK.APIObject
ETClient AuthStub [get, set]
 Gets or sets the authentication stub. More...
 
string [] Props [get, set]
 Gets or sets the properties. More...
 
FilterPart SearchFilter [get, set]
 Gets or sets the search filter. More...
 
string LastRequestID [get, set]
 Gets or sets the last request identifier. More...
 
string DirectoryPath [get, set]
 Gets or sets the directory path. More...
 
string UniqueID [get]
 Gets the unique identifier. Returns the ID if the value is greater than 0. If not and Object ID is not null returns Object ID. If not and Customer Key is not null returns Customer Key. If not throw throws error. More...
 
ClientID Client [get, set]
 
string PartnerKey [get, set]
 
APIProperty [] PartnerProperties [get, set]
 
System.DateTime CreatedDate [get, set]
 
bool CreatedDateSpecified [get, set]
 
System.Nullable< System.DateTime > ModifiedDate [get, set]
 
bool ModifiedDateSpecified [get, set]
 
int ID [get, set]
 
bool IDSpecified [get, set]
 
string ObjectID [get, set]
 
string CustomerKey [get, set]
 
Owner Owner [get, set]
 
string CorrelationID [get, set]
 
string ObjectState [get, set]
 

Additional Inherited Members

- Protected Member Functions inherited from FuelSDK.FuelObject
string CleanRestValue (JToken obj)
 

Detailed Description

ETEndpoint - Represent an EndPoint.

Constructor & Destructor Documentation

◆ ETEndpoint() [1/2]

FuelSDK.ETEndpoint.ETEndpoint ( )
inline

Initializes a new instance of the T:FuelSDK.ETEndpoint class.

◆ ETEndpoint() [2/2]

FuelSDK.ETEndpoint.ETEndpoint ( JObject  obj)
inline

Initializes a new instance of the T:FuelSDK.ETEndpoint class.

Parameters
objJavascript Object.

Member Function Documentation

◆ Get()

GetReturn FuelSDK.ETEndpoint.Get ( )
inline

Get this instance.

Returns
The T:FuelSDK.GetReturn object..

◆ GetMoreResults()

GetReturn FuelSDK.ETEndpoint.GetMoreResults ( )
inline

Gets the more results.

Returns
The T:FuelSDK.GetReturn object..

Property Documentation

◆ Type

string FuelSDK.ETEndpoint.Type
getset

Gets or sets the type.

The type.

◆ URL

string FuelSDK.ETEndpoint.URL
getset

Gets or sets the URL.

The URL.


The documentation for this class was generated from the following file: