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
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInvalidate

Manually invalidate the cache.

Public methodIsValid

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

Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdateCache

Update cache according to given state.

Top
See Also