C# 클래스 GuaranteedRate.Sextant.EncompassUtils.UserUtils

파일 보기 프로젝트 열기: Guaranteed-Rate/GuaranteedRate.Sextant

공개 메소드들

메소드 설명
GetAllActiveUsers ( this session ) : ICollection
GetAllUsers ( this session ) : ICollection
GetAllUsersInWorkFolder ( this session, string workFolder ) : ICollection
GetEncompassInfo ( User user ) : object>.IDictionary

Similar to the json user extraction, but this function gives a little more control

GetLicensingInfo ( User user ) : object>.IDictionary

Get both state and national licensing info

GetStateLicensing ( User user, bool full ) : string>>.IList

Builds a dictionary of state licensing info for the user

ToJson ( this user ) : string
ToJson ( this users ) : string
TryForceCompanyWidePasswordChange ( this session, ICollection exceptionUserIds, string &exception ) : bool

메소드 상세

GetAllActiveUsers() 공개 정적인 메소드

public static GetAllActiveUsers ( this session ) : ICollection
session this
리턴 ICollection

GetAllUsers() 공개 정적인 메소드

public static GetAllUsers ( this session ) : ICollection
session this
리턴 ICollection

GetAllUsersInWorkFolder() 공개 정적인 메소드

public static GetAllUsersInWorkFolder ( this session, string workFolder ) : ICollection
session this
workFolder string
리턴 ICollection

GetEncompassInfo() 공개 정적인 메소드

Similar to the json user extraction, but this function gives a little more control
public static GetEncompassInfo ( User user ) : object>.IDictionary
user User
리턴 object>.IDictionary

GetLicensingInfo() 공개 정적인 메소드

Get both state and national licensing info
public static GetLicensingInfo ( User user ) : object>.IDictionary
user User
리턴 object>.IDictionary

GetStateLicensing() 공개 정적인 메소드

Builds a dictionary of state licensing info for the user
public static GetStateLicensing ( User user, bool full ) : string>>.IList
user User
full bool is a flag that will add a bunch of mostly meaningless fields to the dictionary
리턴 string>>.IList

ToJson() 공개 정적인 메소드

public static ToJson ( this user ) : string
user this
리턴 string

ToJson() 공개 정적인 메소드

public static ToJson ( this users ) : string
users this
리턴 string

TryForceCompanyWidePasswordChange() 공개 정적인 메소드

public static TryForceCompanyWidePasswordChange ( this session, ICollection exceptionUserIds, string &exception ) : bool
session this
exceptionUserIds ICollection
exception string
리턴 bool