FuelSDK-CSharp
|
The APIObject is the object from which all SOAP API base objects inherit. The APIObject allows all base objects to More...
Properties | |
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] |
The APIObject is the object from which all SOAP API base objects inherit. The APIObject allows all base objects to
|
getset |
Gets or sets the authentication stub.
The authentication stub.
|
getset |
Gets or sets the directory path.
The directory path.
|
getset |
Gets or sets the last request identifier.
The last request identifier.
|
getset |
Gets or sets the properties.
The properties.
|
getset |
Gets or sets the search filter.
The search filter.
|
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.
System.InvalidOperationException | The unique identifier. |