C# Class CountlySDK.Entities.CustomInfo

Show file Open project: Countly/countly-sdk-windows Class Usage Examples

Private Properties

Property Type Description
ToDictionary string>.Dictionary

Public Methods

Method Description
Add ( string Name, string Value ) : void

Adds new custom item

Clear ( ) : void

Clears items collection

CustomInfo ( ) : System
CustomInfo ( ) : System.Collections.Generic
Remove ( string Name ) : void

Removes custom item

this ( string name ) : string

Gets or sets item value based on provided item name

Private Methods

Method Description
ToDictionary ( ) : string>.Dictionary

Returns items as key/value dictionary pairs

Method Details

Add() public method

Adds new custom item
public Add ( string Name, string Value ) : void
Name string item name
Value string item value
return void

Clear() public method

Clears items collection
public Clear ( ) : void
return void

CustomInfo() public method

public CustomInfo ( ) : System
return System

CustomInfo() public method

public CustomInfo ( ) : System.Collections.Generic
return System.Collections.Generic

Remove() public method

Removes custom item
public Remove ( string Name ) : void
Name string item name
return void

this() public method

Gets or sets item value based on provided item name
public this ( string name ) : string
name string item name
return string