C# Class SData.UntypedObject

ファイルを表示 Open project: knat/SData

Public Methods

Method Description
UntypedObject ( ) : System.Collections.Generic
UntypedObject ( object>.Dictionary properties ) : System.Collections.Generic
UntypedObject ( FullName classFullName, object>.Dictionary properties ) : System.Collections.Generic

Method Details

UntypedObject() public method

public UntypedObject ( ) : System.Collections.Generic
return System.Collections.Generic

UntypedObject() public method

public UntypedObject ( object>.Dictionary properties ) : System.Collections.Generic
properties object>.Dictionary
return System.Collections.Generic

UntypedObject() public method

public UntypedObject ( FullName classFullName, object>.Dictionary properties ) : System.Collections.Generic
classFullName FullName
properties object>.Dictionary
return System.Collections.Generic