Definition of the conversion event.
See Also: Inherited members from object.
|
Initializes a new instance of the KiiCorp.Cloud.ABTesting.ConversionEvent class. |
static
|
GetConversionEventByName
(string, ConversionEvent[])Get the conversion event by name from the conversion events array. |
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
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
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