C# Class at.dasz.DocumentManagement.FileActions

Exibir arquivo Open project: daszat/zetbox

Public Properties

Property Type Description
DELETE_KEY string
SET_ISFILEREADONLY_KEY string

Public Methods

Method Description
FileActions ( ITextExtractor textExtractor ) : System
FileActions ( IViewModelFactory factory ) : System

Private Methods

Method Description
ExtractText ( File obj ) : void
HandleBlobChange ( File obj, MethodReturnEventArgs e, Zetbox oldBlob, Zetbox newBlob ) : void
NotifyDeleting ( File obj ) : void
NotifyPostSave ( File obj ) : void
Open ( File obj ) : void
ToString ( File obj, MethodReturnEventArgs e ) : void
Upload ( File obj ) : void
UploadCanExec ( File obj, MethodReturnEventArgs e ) : void
UploadCanExecReason ( File obj, MethodReturnEventArgs e ) : void
postSet_Blob ( File obj, PropertyPostSetterEventArgs e ) : void
postSet_Excerpt ( File obj, PropertyPostSetterEventArgs e ) : void
preSet_Blob ( File obj, PropertyPreSetterEventArgs e ) : void
preSet_IsFileReadonly ( File obj, PropertyPreSetterEventArgs e ) : void

Method Details

FileActions() public method

public FileActions ( ITextExtractor textExtractor ) : System
textExtractor ITextExtractor
return System

FileActions() public method

public FileActions ( IViewModelFactory factory ) : System
factory IViewModelFactory
return System

Property Details

DELETE_KEY public_oe static_oe property

public static string DELETE_KEY
return string

SET_ISFILEREADONLY_KEY public_oe static_oe property

public static string SET_ISFILEREADONLY_KEY
return string