Méthode | Description | |
---|---|---|
Create ( object configuration ) : void |
Creates the object type.
|
|
FindSource ( IServerInternal server ) : |
Finds the source for the type definition (creates it if it does not exist).
|
|
Initialize ( |
Méthode | Description | |
---|---|---|
BaseTypeSource ( IServerInternal server ) : System |
Adds the source to the type table.
|
|
Initialize ( NodeId nodeId, QualifiedName browseName, NodeId baseTypeId ) : NodeId |
Sets the NodeId, BrowseName and BaseType
|
|
OnBeforeCreate ( object configuration ) : object |
Initializes the type before creating it.
|
protected BaseTypeSource ( IServerInternal server ) : System | ||
server | IServerInternal | |
Résultat | System |
public Create ( object configuration ) : void | ||
configuration | object | |
Résultat | void |
public static FindSource ( IServerInternal server ) : |
||
server | IServerInternal | |
Résultat |
protected Initialize ( NodeId nodeId, QualifiedName browseName, NodeId baseTypeId ) : NodeId | ||
nodeId | NodeId | |
browseName | QualifiedName | |
baseTypeId | NodeId | |
Résultat | NodeId |
public Initialize ( |
||
source | ||
Résultat | void |
protected OnBeforeCreate ( object configuration ) : object | ||
configuration | object | |
Résultat | object |