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
파일 보기 프로젝트 열기: Evolveum/openicf

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