Click or drag to resize
SoNodeDependencies Methods

The SoNodeDependencies type exposes the following members.

Methods
  NameDescription
Public methodAddDependency(SoField)

Add given field as a dependency for the cache.

Public methodAddDependency(Type, Int32)

Add given element type as a dependency for the cache.

Public methodDispose
Releases all resources used by SoDisposable.
(Inherited from SoDisposable.)
Public methodEquals (Inherited from Object.)
Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetType (Inherited from Object.)
Public methodInvalidate

Manually invalidate the cache.

Public methodIsValid

Returns true if the cache is valid for the given state.

Public methodToString (Inherited from Object.)
Public methodUpdateCache

Update cache according to given state.

Top
See Also