C# Class Ecologylab.BigSemantics.Services.Messages.MetadataResponse

Inheritance: Simpl.OODSS.Messages.ResponseMessage
显示文件 Open project: ecologylab/BigSemanticsCSharp

Public Methods

Method Description
IsOK ( ) : bool
MetadataResponse ( ) : System
MetadataResponse ( Document metadata ) : System
ProcessResponse ( Scope appObjScope ) : void

Method Details

IsOK() public method

public IsOK ( ) : bool
return bool

MetadataResponse() public method

public MetadataResponse ( ) : System
return System

MetadataResponse() public method

public MetadataResponse ( Document metadata ) : System
metadata Ecologylab.BigSemantics.MetadataNS.Builtins.Document
return System

ProcessResponse() public method

public ProcessResponse ( Scope appObjScope ) : void
appObjScope Scope
return void