C# Class K2Field.Helpers.Core.Code.SmartObjectCustomTypes.FileObject

Inheritance: NamedObject
Mostra file Open project: k2workflow/K2Field.Helpers

Public Methods

Method Description
FileObject ( string inputValue ) : System
FileObject ( string name, string value ) : System
FromValue ( string inputValue ) : void
ToValue ( ) : string

Method Details

FileObject() public method

public FileObject ( string inputValue ) : System
inputValue string
return System

FileObject() public method

public FileObject ( string name, string value ) : System
name string
value string
return System

FromValue() public method

public FromValue ( string inputValue ) : void
inputValue string
return void

ToValue() public method

public ToValue ( ) : string
return string