C# Class CountlySDK.Entities.CustomInfo

Afficher le fichier Open project: Countly/countly-sdk-windows Class Usage Examples

Private Properties

Свойство Type Description
ToDictionary string>.Dictionary

Méthodes publiques

Méthode 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

Méthode Description
ToDictionary ( ) : string>.Dictionary

Returns items as key/value dictionary pairs

Method Details

Add() public méthode

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

Clear() public méthode

Clears items collection
public Clear ( ) : void
Résultat void

CustomInfo() public méthode

public CustomInfo ( ) : System
Résultat System

CustomInfo() public méthode

public CustomInfo ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Remove() public méthode

Removes custom item
public Remove ( string Name ) : void
Name string item name
Résultat void

this() public méthode

Gets or sets item value based on provided item name
public this ( string name ) : string
name string item name
Résultat string