AttachmentEditorCreate Method |
Creates a new record from the provided record
Namespace: RMP.WCF.Model.AttachmentAssembly: RMP.WCF.Model (in RMP.WCF.Model.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Attachment Create(
Attachment Record
)
Public Function Create (
Record As Attachment
) As Attachment
public:
virtual Attachment^ Create(
Attachment^ Record
) sealed
abstract Create :
Record : Attachment -> Attachment
override Create :
Record : Attachment -> Attachment
Parameters
- Record
- Type: RMP.WCF.Model.AttachmentAttachment
The record to be created
Return Value
Type:
AttachmentThe inserted record
Implements
IEditorTCreate(T)
See Also