BCFieldPathDefinition Class |
Namespace: BlueCieloECM.InnoCielo.Meridian.Server
The BCFieldPathDefinition type exposes the following members.
Name | Description | |
---|---|---|
CreatableFolderTypes |
Gets the collection of allowed folder types.
| |
DisableAMFolder |
Gets or sets a value indicating whether to disable AMFolder.
| |
DisplayName |
Gets or sets the display name of the definition.
| |
DragDropAllowed |
Gets or sets a value indicating whether dragging and dropping of folders
is allowed in the Field-Path definition.
| |
Extendable |
Gets the extended object.
(Inherited from BCRepositoryObject.) | |
ID |
Gets the value that uniquely identifies the definition.
| |
IsDisposed |
Gets a value indicating whether the object has been disposed of.
(Inherited from DisposableObject.) | |
Levels |
Gets the collection of levels.
| |
Name |
Gets the internal name of the definition.
| |
NameParts |
Gets the collection of name parts.
| |
NextNamePartSequence |
Increases and gets the next name part sequence number.
| |
Repository |
Gets the repository to which the object belongs.
(Inherited from BCRepositoryObject.) | |
RootFolder |
Gets or sets the root folder of the Field-Path definition.
| |
Securable |
Gets the secured object.
(Inherited from BCRepositoryObject.) | |
UnderlyingObject |
Gets the underlying wrapped object.
(Inherited from DisposableObject.) | |
UserCanChangeDocumentName |
Gets or sets a value indicating whether the user can change the proposed document name.
|
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.
|