C# Класс GitterSharp.Model.RoomSecurityType

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
OneToOne string
Organisation string
OrganisationChannel string
Repository string
RepositoryChannel string
UserChannel string

Описание свойств

OneToOne публичное статическое свойство

A one-to-one chat
public static string OneToOne
Результат string

Organisation публичное статическое свойство

A room that represents a GitHub Organisation
public static string Organisation
Результат string

OrganisationChannel публичное статическое свойство

A Gitter channel nested under a GitHub Organisation
public static string OrganisationChannel
Результат string

Repository публичное статическое свойство

A room that represents a GitHub Repository
public static string Repository
Результат string

RepositoryChannel публичное статическое свойство

A Gitter channel nested under a GitHub Repository
public static string RepositoryChannel
Результат string

UserChannel публичное статическое свойство

A Gitter channel nested under a GitHub User
public static string UserChannel
Результат string