Click or drag to resize

IGetToSetFromString Interface

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Data description classes having serialization capability over customizable declaration syntax

Namespace:  imbSCI.Data.interfaces
Assembly:  imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
C#
public interface IGetToSetFromString
Request Example View Source

The IGetToSetFromString type exposes the following members.

Methods
  NameDescription
Public methodgetToString
Makes string declaration of the param;
Public methodsetFromString
Declares name and value type (class) from string declaration, formated as defined by the declaration
Top
See Also