C# 클래스 Visual.UserListParameters

Parameters for retrieving a list of users
파일 보기 프로젝트 열기: 23/23-api-dotnet 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Order GenericSort
OrderBy UserListSort
PageOffset int?
Search string
Size int?
UserId int?

프로퍼티 상세

Order 공개적으로 프로퍼티

Order of the user list
public GenericSort Order
리턴 GenericSort

OrderBy 공개적으로 프로퍼티

Property to order the user list by
public UserListSort OrderBy
리턴 UserListSort

PageOffset 공개적으로 프로퍼티

Page offset
public int? PageOffset
리턴 int?

Search 공개적으로 프로퍼티

Search string
public string Search
리턴 string

Size 공개적으로 프로퍼티

Maximum number of users to return
public int? Size
리턴 int?

UserId 공개적으로 프로퍼티

User ID to limit the list to
public int? UserId
리턴 int?