BusinessObjectHelper Members
The BusinessObjectHelper type exposes the following members.
Constructors
Name | Description | |
---|---|---|
BusinessObjectHelper |
Initializes a new instance of the BusinessObjectHelper class.
|
Methods
Name | Description | |
---|---|---|
DeleteObject<(Of <<'(T>)>>)(ActionArgs, T) |
Deletes the object.
|
|
DeleteObject<(Of <<'(T>)>>)(String, T) |
Deletes the object.
|
|
Dispose | ||
GetDraftObjectByMasterId<(Of <<'(T>)>>) |
Returns the specified draft business object from the masterId passed.
|
|
GetDraftObjectsByMasterId<(Of <<'(T>)>>) |
Returns the specified draft business objects from the masterId passed.
|
|
PublishObject<(Of <<'(T>)>>)(String, T) |
Publishes the object.
|
|
PublishObject<(Of <<'(T>)>>)(String, T, Boolean) |
Publishes the object.
|
|
PublishObject<(Of <<'(T>)>>)(String, T, List<(Of <<'(mscpDomain>)>>)) |
Publishes the object.
|
|
PublishObject<(Of <<'(T>)>>)(ActionArgs, T) |
Publishes the object. For use in BusinessObject events (PrePublish, PostPublish, PreSaveDraft, PostSaveDraft, etc.)
|
|
SaveDraftObject<(Of <<'(T>)>>)(String, T) |
Saves the draft object.
|
|
SaveDraftObject<(Of <<'(T>)>>)(String, T, Boolean) |
Saves the draft object.
|
|
SaveDraftObject<(Of <<'(T>)>>)(String, T, List<(Of <<'(mscpDomain>)>>)) |
Saves the draft object.
|