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

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

Public Methods

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

Method Details

FromValue() public method

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

HyperLinkObject() public method

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

HyperLinkObject() public method

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

ToValue() public method

public ToValue ( ) : string
return string