C# Класс 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
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
AddParameter ( string parameter ) : void

Adds parameter to command parameter list

SerializableCommandInfo ( ) : System.Collections.Generic

Initializes a new instance of the SerializableCommandInfo class.

Описание методов

AddParameter() публичный Метод

Adds parameter to command parameter list
public AddParameter ( string parameter ) : void
parameter string string to be added as parameter
Результат void

SerializableCommandInfo() публичный Метод

Initializes a new instance of the SerializableCommandInfo class.
public SerializableCommandInfo ( ) : System.Collections.Generic
Результат System.Collections.Generic