C# Class Org.IdentityConnectors.Exchange.Data.SerializableCommandInfo

Command metadata data object, it has to be public in order to be used by System.Xml.Serialization.XmlSerializer, can be also made "struct" however we don't expect huge amount of data here
Mostrar archivo Open project: Evolveum/openicf

Private Properties

Property Type Description

Public Methods

Method Description
AddParameter ( string parameter ) : void

Adds parameter to command parameter list

SerializableCommandInfo ( ) : System.Collections.Generic

Initializes a new instance of the SerializableCommandInfo class.

Method Details

AddParameter() public method

Adds parameter to command parameter list
public AddParameter ( string parameter ) : void
parameter string string to be added as parameter
return void

SerializableCommandInfo() public method

Initializes a new instance of the SerializableCommandInfo class.
public SerializableCommandInfo ( ) : System.Collections.Generic
return System.Collections.Generic