C# 클래스 Org.IdentityConnectors.Framework.Common.Objects.OperationOptionsBuilder

Builder for OperationOptions.
파일 보기 프로젝트 열기: Tirasa/ConnId 1 사용 예제들

공개 메소드들

메소드 설명
Build ( ) : OperationOptions

Creates the OperationOptions.

OperationOptionsBuilder ( ) : System

Create a builder with an empty set of options.

OperationOptionsBuilder ( OperationOptions options ) : System

Create a builder from an existing set of options.

SetOption ( String name, Object value ) : void

Sets a given option and a value for that option.

SetSortKeys ( ) : OperationOptionsBuilder

Convenience method to set OperationOptions#OP_SORT_KEYS

Since 1.4

메소드 상세

Build() 공개 메소드

Creates the OperationOptions.
public Build ( ) : OperationOptions
리턴 OperationOptions

OperationOptionsBuilder() 공개 메소드

Create a builder with an empty set of options.
public OperationOptionsBuilder ( ) : System
리턴 System

OperationOptionsBuilder() 공개 메소드

Create a builder from an existing set of options.
public OperationOptionsBuilder ( OperationOptions options ) : System
options OperationOptions The existing set of options. Must not be null.
리턴 System

SetOption() 공개 메소드

Sets a given option and a value for that option.
public SetOption ( String name, Object value ) : void
name String The name of the option
value Object The value of the option. Must be one of the types that /// we can serialize. /// See for a list of supported types.
리턴 void

SetSortKeys() 공개 메소드

Convenience method to set OperationOptions#OP_SORT_KEYS
Since 1.4
public SetSortKeys ( ) : OperationOptionsBuilder
리턴 OperationOptionsBuilder