MemberTable
MemberTable table for connected sites.
Class | Description | Available from version |
---|---|---|
getMap | Returns list fields with types. | |
getTableName | Returns database table name for an entity. | |
validateSecretId | Returns validators for the field SECRET_ID . | |
validateMemberId | Returns validators for the field MEMBER_ID . | |
validateEmail | Returns validators for the field EMAIL . | |
validateUrl | Returns validations for the field URL . | |
validateName | Returns validations for the field NAME . | |
validateHostname | Returns validations for the field HOSTNAME . | |
validateContactPerson | Returns validations for the field CONTACT_PERSON . |
Table with connected sites
Field | Description | Type | Required |
---|---|---|---|
ID | Identifier. | int | Y |
MEMBER_ID | Site ID connected to the controller. | varchar(32) | Y |
SECRET_ID | Unique ID. | varchar(32) | Y |
NAME | Name. | varchar(255) | Y |
URL | Site URL. | varchar(255) | Y |
E-mail address. | varchar(255) | N | |
CONTACT_PERSON | Contact person. | varchar(255) | N |
CONTROLLER_GROUP_ID | Controller group ID. | int | Y |
DISCONNECTED | Disabled. | char(1) | N |
SHARED_KERNEL | Enables/disables shared kernel. | char(1) | N |
ACTIVE | Site active: yes/no. | varchar(1) | N |
DATE_ACTIVE_FROM | Site active from. | datetime | N |
DATE_ACTIVE_TO | site active til. | datetime | N |
SITE_ACTIVE | Site attribute: open/closed for visitors. | char(1) | N |
TIMESTAMP_X | Recent modification date. | datetime | Y |
MODIFIED_BY | Modified by. | int | N |
DATE_CREATE | Created on. | datetime | Y |
CREATED_BY | Created by. | int | N |
IN_GROUP_FROM | Joined group date. | datetime | N |
NOTES | Notes. | text | N |
COUNTER_FREE_SPACE | Free space, kb. | float | N |
COUNTER_SITES | Number of sites. | int | N |
COUNTER_USERS | Number of users. | int | N |
COUNTER_LAST_AUTH | Recent authorization. | datetime | N |
COUNTERS_UPDATED | Recent counter update. | datetime | N |
HOSTNAME | Host name for the configured managing connection. | varchar(255) | Y |
© «Bitrix24», 2001-2024