Flatten builtin pages, add third-party and platform scopes, and import financial and data warehouse references. Keep the existing generated index without rebuilding after signature normalization.
68 lines
630 B
Markdown
68 lines
630 B
Markdown
# Object - TSession 会话
|
|
|
|
## `TSession`
|
|
|
|
声明:class
|
|
|
|
TSession 内置对象
|
|
|
|
### `LastActive`
|
|
|
|
声明:property
|
|
|
|
最后活动时间
|
|
|
|
可见性:public
|
|
|
|
类型:datetime
|
|
|
|
访问:read
|
|
|
|
### `LiveSeconds`
|
|
|
|
声明:property
|
|
|
|
非活动的失效秒数
|
|
|
|
可见性:public
|
|
|
|
类型:integer
|
|
|
|
访问:read/write
|
|
|
|
### `Refs`
|
|
|
|
声明:property
|
|
|
|
被引用的个数
|
|
|
|
可见性:public
|
|
|
|
类型:integer
|
|
|
|
访问:read
|
|
|
|
### `SessionId`
|
|
|
|
声明:property
|
|
|
|
Session的标识
|
|
|
|
可见性:public
|
|
|
|
类型:string
|
|
|
|
访问:read
|
|
|
|
### `UserId`
|
|
|
|
声明:property
|
|
|
|
Session的所属ID
|
|
|
|
可见性:public
|
|
|
|
类型:string
|
|
|
|
访问:read
|