C# Class Epiworx.Business.Attachment

Show file Open project: mattruma/epiworx-csla Class Usage Examples

Private Properties

Property Type Description
DataPortal_Create void
DataPortal_Delete void
DataPortal_DeleteSelf void
DataPortal_Fetch void
DataPortal_Insert void
DataPortal_Update void
DeleteAttachment void
FetchAttachment Attachment
FetchAttachment Attachment
NewAttachment Attachment

Public Methods

Method Description
ToAttachmentInfo ( ) : AttachmentInfo
ToString ( ) : string

Protected Methods

Method Description
AddBusinessRules ( ) : void
AddObjectAuthorizationRules ( ) : void
Fetch ( AttachmentData data ) : void
Insert ( AttachmentData data ) : void
PropertyHasChanged ( Csla property ) : void
Update ( AttachmentData data ) : void

Private Methods

Method Description
DataPortal_Create ( ) : void
DataPortal_Delete ( AttachmentDataCriteria criteria ) : void
DataPortal_DeleteSelf ( ) : void
DataPortal_Fetch ( AttachmentDataCriteria criteria ) : void
DataPortal_Insert ( ) : void
DataPortal_Update ( ) : void
DeleteAttachment ( AttachmentDataCriteria criteria ) : void
FetchAttachment ( AttachmentData data ) : Attachment
FetchAttachment ( AttachmentDataCriteria criteria ) : Attachment
NewAttachment ( ) : Attachment

Method Details

AddBusinessRules() protected method

protected AddBusinessRules ( ) : void
return void

AddObjectAuthorizationRules() protected static method

protected static AddObjectAuthorizationRules ( ) : void
return void

Fetch() protected method

protected Fetch ( AttachmentData data ) : void
data AttachmentData
return void

Insert() protected method

protected Insert ( AttachmentData data ) : void
data AttachmentData
return void

PropertyHasChanged() protected method

protected PropertyHasChanged ( Csla property ) : void
property Csla
return void

ToAttachmentInfo() public method

public ToAttachmentInfo ( ) : AttachmentInfo
return AttachmentInfo

ToString() public method

public ToString ( ) : string
return string

Update() protected method

protected Update ( AttachmentData data ) : void
data AttachmentData
return void