C# Class Moxiecode.Com.Blob

Exibir arquivo Open project: openHPI/moodle-mod_teletask

Public Properties

Property Type Description
_sources List

Public Methods

Method Description
Blob ( List sources, object properties = null ) : System
ToObject ( ) : object>.Dictionary
destroy ( ) : void
slice ( object start, object end, object type ) : object>.Dictionary

Private Methods

Method Description
_slice ( long start, long end, string type ) : Blob

Method Details

Blob() public method

public Blob ( List sources, object properties = null ) : System
sources List
properties object
return System

ToObject() public method

public ToObject ( ) : object>.Dictionary
return object>.Dictionary

destroy() public method

public destroy ( ) : void
return void

slice() public method

public slice ( object start, object end, object type ) : object>.Dictionary
start object
end object
type object
return object>.Dictionary

Property Details

_sources public_oe property

public List _sources
return List