C# 클래스 GitterSharp.Model.RoomSecurityType

파일 보기 프로젝트 열기: Odonno/gitter-api-pcl

공개 프로퍼티들

프로퍼티 타입 설명
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