C# 클래스 Zetbox.API.ZetboxPrincipal

A small immutable class to describe Identities and GroupMemberships independently of a Context.
All properties mirror the same properties on Zetbox.Base.Identity.
파일 보기 프로젝트 열기: daszat/zetbox 1 사용 예제들

공개 메소드들

메소드 설명
ZetboxPrincipal ( int id, string userName, string displayName, IEnumerable groups ) : System

메소드 상세

ZetboxPrincipal() 공개 메소드

public ZetboxPrincipal ( int id, string userName, string displayName, IEnumerable groups ) : System
id int
userName string
displayName string
groups IEnumerable
리턴 System