com.onlineobject.objectnet Namespace

NetworkElementBase..::..HasBehavior<(Of <(<'T>)>)> Method

Checks if a behavior of a specific type is registered with the network object.

Namespace:  com.onlineobject.objectnet
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


public bool HasBehavior<T>()

where T : IEntity

Type Parameters

T
The type of the behavior entity to check.

Return Value

True if the behavior is registered, false otherwise.