| BCNavigationView Methods |
The BCNavigationView type exposes the following members.
| Name | Description | |
|---|---|---|
| Dispose |
Releases the underlying wrapped object explicitly.
(Inherited from DisposableObject.) | |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetLevel |
Returns a level with the specified ID property value.
| |
| GetPropertyFilter |
Returns a property filter with the specified ID property value.
| |
| GetSequence |
Returns a sequence with the specified name.
If the sequence does not exist, creates it.
(Inherited from BCRepositoryObject.) | |
| GetSequenceList |
Returns an array of all available sequences.
(Inherited from BCRepositoryObject.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| LimitSearchArea |
Changes the area of the search.
| |
| LoadProperties |
Returns a property collection for a property set with the specified name.
(Inherited from BCRepositoryObject.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| NewLevel |
Creates a new level in the view.
| |
| NewLevel(String) |
Creates a new level in the view.
| |
| NewPropertyFilter |
Creates a new property filter of the view.
| |
| NewPropertyFilter(String) |
Creates a new property filter of the view.
| |
| OnDispose |
The method is called on the Dispose method call.
Derived classes should override the method to perform custom disposing.
(Inherited from DisposableObject.) | |
| SaveProperties |
Saves a property collection.
(Inherited from BCRepositoryObject.) | |
| ThrowIfDisposed |
Throws the ObjectDisposedException exception if
the underlying object has been disposed.
(Inherited from DisposableObject.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |