예제 #1
0
        public Applicationperformancemanagement()
        {
            _applicationBindings = new ApplicationBindingsFetcher(this);

            _applicationperformancemanagementbindings = new ApplicationperformancemanagementbindingsFetcher(this);

            _globalMetadatas = new GlobalMetadatasFetcher(this);

            _metadatas = new MetadatasFetcher(this);

            _permissions = new PermissionsFetcher(this);
        }
예제 #2
0
        public Application()
        {
            _applicationBindings = new ApplicationBindingsFetcher(this);

            _globalMetadatas = new GlobalMetadatasFetcher(this);

            _metadatas = new MetadatasFetcher(this);

            _monitorscopes = new MonitorscopesFetcher(this);

            _permissions = new PermissionsFetcher(this);
        }