Uses of Interface
microsoft.exchange.webservices.data.core.service.ICreateServiceObjectWithServiceParam
-
Packages that use ICreateServiceObjectWithServiceParam Package Description microsoft.exchange.webservices.data.core.service -
-
Uses of ICreateServiceObjectWithServiceParam in microsoft.exchange.webservices.data.core.service
Methods in microsoft.exchange.webservices.data.core.service that return types with arguments of type ICreateServiceObjectWithServiceParam Modifier and Type Method Description Map<Class<?>,ICreateServiceObjectWithServiceParam>ServiceObjectInfo. getServiceObjectConstructorsWithServiceParam()Return Dictionary that maps from ServiceObject Type to CreateServiceObjectWithServiceParam delegate with ExchangeService parameter.Methods in microsoft.exchange.webservices.data.core.service with parameters of type ICreateServiceObjectWithServiceParam Modifier and Type Method Description protected voidServiceObjectInfo. addOnChangeEvent(ICreateServiceObjectWithServiceParam change)Set event to happen when property changed.protected voidServiceObjectInfo. removeChangeEvent(ICreateServiceObjectWithServiceParam change)Remove the event from happening when property changed.
-