SessionBase

Property

public string UserId { get; } // 사용자 아이디

public string UserName { get; } // 사용자 이름

public string UserCategory { get; } // 사용자 구분

public string LanguageCode { get; } // 접속 언어

public string Domain { get; } // 접속 도메인

public string ServiceId { get; } // 접속 서비스 아이디

public string ServiceName { get; } // 접속 서비스 이름

public string ServiceCategory { get; } // 접속 서비스 구분

public bool IsInternalConnection { get; } // 내부 접속 여부

public string DbName { get; } // 데이터베이스 이름

Last updated

Was this helpful?