PublicAPI.Docflow.Objects.Nomenclature.ReservedRegNumberELMA API Documentation
Reserved Numbers
Access path: PublicAPI.Docflow.Objects.Nomenclature.ReservedRegNumber
Methods

  NameDescription
Public methodCanReservRegNumber
Can the number be reserved by registration variant
Public methodCount 
Returns the total number of objects of this type
Public methodCount(IEntityFilter)
Get Total Number of Objects by Filter
Public methodCreate
Create New Entity (without a Database entry)
Public methodCreateReservedRegNumberModelObsolete.
Creates a record reserved number model
Public methodDelete
Delete Object
Public methodFilter
Creates an assistant for working with the "Reserved Numbers" object filter
Public methodFind(FetchOptions)
Find objects according to fetch options
Public methodFind(String)
Find objects according to the filter in the EQL language
Public methodFind(IEntityFilter, FetchOptions)
Fing objects according to fetch options and filter
Public methodFindByIdArray
Find All Objects by Array IDs
Public methodIsDirty
Check, if there are unsaved changes in the object
Public methodIsNew
Check, if the object is new (not saved in the database)
Public methodLoad(Guid)
Load by UID. If not found, an exception is invoked
Public methodLoad(Int64)
Load by ID. If not found, an exception is invoked
Public methodLoadOrCreate(Guid)
Load by ID. If not found, the new object is returned
Public methodLoadOrCreate(Int64)
Load by ID. If not found, the new object is returned
Public methodLoadOrNull(Guid)
Load by UID. If not found, null is returned
Public methodLoadOrNull(Int64)
Load by ID. If not found, null is returned
Public methodRefresh
Refresh (read over) Object from Database
Public methodReservRegNumberByDepository
Reserve a registration number by variant (only for the records with automatic numeration)
Public methodReservRegNumberByVariant
Reserve a registration number by variant (only for the records with automatic numeration)
Public methodSave
Save Object to Database
Back to Top
Properties

  NameDescription
Public propertyTypeUid
Returns the unique object identifier "Reserved Numbers"
Back to Top
See Also