KiiCloudStorageSDK : KiiCorp.Cloud.ABTesting Namespace

ConversionEvent Class

Definition of the conversion event.

Syntax

public class ConversionEvent

Remarks

Requirements

Namespace: KiiCorp.Cloud.ABTesting
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0

Members

See Also: Inherited members from object.

Public Constructors

Initializes a new instance of the KiiCorp.Cloud.ABTesting.ConversionEvent class.

Public Properties

[read-only]
Name string . Get the name of the conversion event.

Public Methods

static
GetConversionEventByName (string, ConversionEvent[]) : ConversionEvent
Get the conversion event by name from the conversion events array.

Member Details

ConversionEvent Constructor

Initializes a new instance of the KiiCorp.Cloud.ABTesting.ConversionEvent class.

Syntax

public ConversionEvent (string name)

Parameters

name
Name.

Remarks

Requirements

Namespace: KiiCorp.Cloud.ABTesting
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0

GetConversionEventByName Method

Get the conversion event by name from the conversion events array.

Syntax

public static ConversionEvent GetConversionEventByName (string name, ConversionEvent[] conversionEvents)

Parameters

name
Name of the conversion event.
conversionEvents
ConversionEvents conversion events array.

Returns

Conversion conversion event which have specified name.Null if there is no conversion.

Remarks

Requirements

Namespace: KiiCorp.Cloud.ABTesting
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0

Name Property

Get the name of the conversion event.

Syntax

public string Name { get; }

Value

Name of the conversion event.

Remarks

Requirements

Namespace: KiiCorp.Cloud.ABTesting
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0