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
Afficher le fichier Open project: Evolveum/openicf

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

Adds parameter to command parameter list
public AddParameter ( string parameter ) : void
parameter string string to be added as parameter
Résultat void

SerializableCommandInfo() public méthode

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