BCFieldPathDefinition Methods |
The BCFieldPathDefinition type exposes the following members.
Name | Description | |
---|---|---|
Dispose |
Releases the underlying wrapped object explicitly.
(Inherited from DisposableObject.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetAnyLevelWithID |
Returns a level with the specified ID property value.
| |
GetHashCode | (Inherited from Object.) | |
GetLevelWithName |
Returns a level with the specified name.
| |
GetNamePartWithName |
Returns a name part with the specified name.
| |
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 | (Inherited from Object.) | |
LevelValues(String) |
Returns an array of valid choices at the next level for the specified partial path.
| |
LevelValues(String, BCDocumentType) |
Returns an array of valid choices at the next level for the specified partial path and document type.
| |
LoadProperties |
Returns a property collection for a property set with the specified name.
(Inherited from BCRepositoryObject.) | |
MapFolder |
Maps a folder to a new level or branch level, using the given property.
| |
MemberwiseClone | (Inherited from Object.) | |
NewDocument(BCDocumentType, String) |
Creates a new document and positions it according to the given path.
| |
NewDocument(BCDocumentType, String, BCDocumentTemplate) |
Creates a new document and positions it according to the given path.
| |
NewLevel(String) |
Creates a new level and appends it at the end.
| |
NewLevel(String, Int32) |
Creates a new level at the desired index position.
| |
NewNamePart |
Creates a new name part with the specified name.
| |
OnDispose |
The method is called on the Dispose method call.
Derived classes should override the method to perform custom disposing.
(Inherited from DisposableObject.) | |
ResetNamePartSequence |
Resets the name part sequence to the specified number.
| |
SaveProperties |
Saves a property collection.
(Inherited from BCRepositoryObject.) | |
ThrowIfDisposed |
Throws the ObjectDisposedException exception if
the underlying object has been disposed.
(Inherited from DisposableObject.) | |
ToString | (Inherited from Object.) | |
UnMap |
Unmaps the specified level from the folders and removes it.
|