C# 클래스 CountlySDK.Entities.CustomInfo

파일 보기 프로젝트 열기: Countly/countly-sdk-windows 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ToDictionary string>.Dictionary

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
ToDictionary ( ) : string>.Dictionary

Returns items as key/value dictionary pairs

메소드 상세

Add() 공개 메소드

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

Clear() 공개 메소드

Clears items collection
public Clear ( ) : void
리턴 void

CustomInfo() 공개 메소드

public CustomInfo ( ) : System
리턴 System

CustomInfo() 공개 메소드

public CustomInfo ( ) : System.Collections.Generic
리턴 System.Collections.Generic

Remove() 공개 메소드

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

this() 공개 메소드

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