Method | Description | |
---|---|---|
AttachmentDelete ( Attachment attachment ) : bool | ||
AttachmentDelete ( int attachmentId ) : bool | ||
AttachmentFetch ( int attachmentId ) : Attachment | ||
AttachmentFetchInfoList ( AttachmentDataCriteria criteria ) : |
||
AttachmentFetchInfoList ( int sourceId, SourceType sourceType ) : |
||
AttachmentInsert ( Attachment attachment ) : Attachment | ||
AttachmentNew ( int sourceId, SourceType sourceType ) : Attachment | ||
AttachmentSave ( Attachment attachment ) : Attachment | ||
AttachmentUpdate ( Attachment attachment ) : Attachment |
public static AttachmentDelete ( Attachment attachment ) : bool | ||
attachment | Attachment | |
return | bool |
public static AttachmentDelete ( int attachmentId ) : bool | ||
attachmentId | int | |
return | bool |
public static AttachmentFetch ( int attachmentId ) : Attachment | ||
attachmentId | int | |
return | Attachment |
public static AttachmentFetchInfoList ( AttachmentDataCriteria criteria ) : |
||
criteria | AttachmentDataCriteria | |
return |
public static AttachmentFetchInfoList ( int sourceId, SourceType sourceType ) : |
||
sourceId | int | |
sourceType | SourceType | |
return |
public static AttachmentInsert ( Attachment attachment ) : Attachment | ||
attachment | Attachment | |
return | Attachment |
public static AttachmentNew ( int sourceId, SourceType sourceType ) : Attachment | ||
sourceId | int | |
sourceType | SourceType | |
return | Attachment |
public static AttachmentSave ( Attachment attachment ) : Attachment | ||
attachment | Attachment | |
return | Attachment |
public static AttachmentUpdate ( Attachment attachment ) : Attachment | ||
attachment | Attachment | |
return | Attachment |