Stores the definitions of methods that are used to communicate with devices. The definitions are stored in xml files.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| model_method_uuid | byte(16) | not null | Unique identifier for this method template |
| name | nvarchar(255) | not null | |
| method_template | long byte | not null | The xml definition |
| description | nvarchar(1024) | with null |
Product Name: Unicenter Wireless Site Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| model_method_uuid | wsm_link_model_method_tmplate | model_method_uuid |