NIM C# SDK  6.3.0
NIM.DndConfigParam Class Reference

客户端传入的属性(如果开启免打扰,请让第三方确保把时间转成东八区,即北京时间,小时是24小时制) More...

Inheritance diagram for NIM.DndConfigParam:
NimUtility.NimJsonObject< DndConfigParam >

Properties

int FromHours [get, set]
 如果开启免打扰,开始小时数 More...
 
int FromMinutes [get, set]
 如果开启免打扰,开始分钟数 More...
 
int ToHours [get, set]
 如果开启免打扰,截止小时数 More...
 
int ToMunutes [get, set]
 如果开启免打扰,截止分钟数 More...
 
bool? ShowDetail [get, set]
 
bool? IsOpened [get, set]
 
- Properties inherited from NimUtility.NimJsonObject< DndConfigParam >
virtual bool IgnoreDefauleValue [get, set]
 
string JSON [get, set]
 

Additional Inherited Members

- Public Member Functions inherited from NimUtility.NimJsonObject< DndConfigParam >
virtual string Serialize ()
 
virtual string SerializeWithIndented ()
 
- Static Public Member Functions inherited from NimUtility.NimJsonObject< DndConfigParam >
static T Deserialize (string json)
 

Detailed Description

客户端传入的属性(如果开启免打扰,请让第三方确保把时间转成东八区,即北京时间,小时是24小时制)

Property Documentation

◆ FromHours

int NIM.DndConfigParam.FromHours
getset

如果开启免打扰,开始小时数

◆ FromMinutes

int NIM.DndConfigParam.FromMinutes
getset

如果开启免打扰,开始分钟数

◆ IsOpened

bool? NIM.DndConfigParam.IsOpened
getset

◆ ShowDetail

bool? NIM.DndConfigParam.ShowDetail
getset

◆ ToHours

int NIM.DndConfigParam.ToHours
getset

如果开启免打扰,截止小时数

◆ ToMunutes

int NIM.DndConfigParam.ToMunutes
getset

如果开启免打扰,截止分钟数