C# Class GitterSharp.Model.RoomSecurityType

Afficher le fichier Open project: Odonno/gitter-api-pcl

Méthodes publiques

Свойство Type Description
OneToOne string
Organisation string
OrganisationChannel string
Repository string
RepositoryChannel string
UserChannel string

Property Details

OneToOne public_oe static_oe property

A one-to-one chat
public static string OneToOne
Résultat string

Organisation public_oe static_oe property

A room that represents a GitHub Organisation
public static string Organisation
Résultat string

OrganisationChannel public_oe static_oe property

A Gitter channel nested under a GitHub Organisation
public static string OrganisationChannel
Résultat string

Repository public_oe static_oe property

A room that represents a GitHub Repository
public static string Repository
Résultat string

RepositoryChannel public_oe static_oe property

A Gitter channel nested under a GitHub Repository
public static string RepositoryChannel
Résultat string

UserChannel public_oe static_oe property

A Gitter channel nested under a GitHub User
public static string UserChannel
Résultat string