메소드 | 설명 | |
---|---|---|
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 ( |
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | System |
public static FindSource ( IServerInternal server ) : |
||
server | IServerInternal | |
리턴 |
protected Initialize ( NodeId nodeId, QualifiedName browseName, NodeId baseTypeId ) : NodeId | ||
nodeId | NodeId | |
browseName | QualifiedName | |
baseTypeId | NodeId | |
리턴 | NodeId |
protected OnBeforeCreate ( object configuration ) : object | ||
configuration | object | |
리턴 | object |