mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-09 09:45:06 +00:00
docs: XML comments for Devices.Common
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
namespace PepperDash.Essentials.Devices.Common.Codec
|
||||
{
|
||||
/// <summary>
|
||||
/// Enumeration of eContactMethodDevice values
|
||||
/// </summary>
|
||||
public enum eContactMethodDevice
|
||||
{
|
||||
/// <summary>
|
||||
/// Unknown contact method
|
||||
/// </summary>
|
||||
Unknown = 0,
|
||||
/// <summary>
|
||||
/// Mobile contact method
|
||||
/// </summary>
|
||||
Mobile,
|
||||
/// <summary>
|
||||
/// Other contact method
|
||||
/// </summary>
|
||||
Other,
|
||||
/// <summary>
|
||||
/// Telephone contact method
|
||||
/// </summary>
|
||||
Telephone,
|
||||
/// <summary>
|
||||
/// Video contact method
|
||||
/// </summary>
|
||||
Video
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user