text
stringlengths
1
932k
using System.Collections.Concurrent; using System.Threading; using System.Threading.Tasks; namespace Disruptor.PerfTests.Support { public class FizzBuzzQueueProcessor { private readonly FizzBuzzStep _fizzBuzzStep; private readonly ConcurrentQueue<long> _fizzInputQueue; private readonly ...
using System; using System.Collections.Generic; using System.Data.Common; using System.Text; using System.Threading.Tasks; using DowntownRP.Data.Entities; using GTANetworkAPI; using MySql.Data.MySqlClient; namespace DowntownRP.Game.Inventory { public class DatabaseFunctions : Script { public async sta...
/*The MIT License (MIT) Copyright (c) 2014 PMU Staff Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, pub...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Oi...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace HrmOverlay.Models { public class ServiceModel { public ServiceModel () { Characteristics = new List<string>(); } public string Id { get; set; } public ...
using Discord.Commands; using DaveBot.Services; namespace DaveBot.Common { public abstract class DaveBotTopModuleBase : ModuleBase<SocketCommandContext> { protected DaveBotTopModuleBase(bool isTopLevelModule = true) { } public CommandHandler _cmdHandler { get; set; } } public abstract...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("nu...
using UnityEngine; using UnityEditor; [CustomEditor(typeof(Route))] public class RouteEditor : Editor { public override void OnInspectorGUI() { Route route = (Route)target; for (int i = 0; i < route.checkpoints.Count; i++) { EditorGUILayout.BeginHorizontal(); EditorGUILayout.BeginVertical(); route.checkp...
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Threading.Tasks; using Pulumi.Serialization; names...
using System; using System.Collections.Generic; using System.Data; using System.Data.Common; namespace Norm { public static partial class NormExtensions { ///<summary> /// Maps command results to enumerator of single values of type T. /// If type T is a class or a record, results will ...
namespace Claytondus.EasyPost.Models { public class TimeInTransit { public int percentile_50 { get; set; } public int percentile_75 { get; set; } public int percentile_85 { get; set; } public int percentile_90 { get; set; } public int percentile_95 { get; set; } p...
using System.Collections.Generic; namespace tarea2.Configuration.Ui { public static class UiThemes { public static List<UiThemeInfo> All { get; } static UiThemes() { All = new List<UiThemeInfo> { new UiThemeInfo("Red", "red"), ne...
#region Copyright // ©Copyright 2015, tv Software Private Limited, All rights reserved. #endregion #region Code history // Created On : 14.06.2015 // Created By : Noble // Description : This class includes member and accessor methods for acive user. //-------------------------------------------------------------...
using System; using System.Data.Services.Client; using System.Linq; using System.Linq.Expressions; using Moq; using Xunit; namespace NuGet.Test { public class SmartDataServiceQueryTest { //[Fact] //public void GetEnumeratorExecutesBatchIfRequiresBatchTrue() //{ // // Arrange...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; using System...
using Newtonsoft.Json; namespace MP.Joker.Settings { class DeviceMappings { [JsonProperty("compatible")] public bool Compatible { get; set; } = true; [JsonProperty("device_name")] public string DeviceName { get; set; } = null; [JsonProperty("device_uuid")] pub...
using Microsoft.Xna.Framework.Content; using System.IO; namespace DeveBlockStacker.Core.Data { public interface IContentManagerExtension { Stream OpenStream(ContentManager content, string assetName); } }
#region S# License /****************************************************************************************** NOTICE!!! This program and source code is owned and licensed by StockSharp, LLC, www.stocksharp.com Viewing or use of this code requires your acceptance of the license agreement found at https://github.com/St...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Diagnostics; using System.Text; using Internal.NativeFormat; namespace Internal.TypeSyst...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace TechLink.Maths.Equations { /// <summary> /// Performs operations on the exact tree item given. /// NOTE: None of these are recursive, meaning none of them touch the INNER items of ...
// <auto-generated> // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. // // Code generated by Microsoft (R) AutoRest Code Generator. // </auto-generated> namespace Microsoft.Azure.Management.Logic.Fluent { ...
using AviBL; using AviREST.APIModels; using Microsoft.AspNetCore.Mvc; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Azure.Storage.Blobs; using System.IO; using AviModels; namespace AviREST.Controllers { [ApiController] [Route("[controller]")] public...
namespace ooohCar.Application.Requests.Mail { public class MailRequest { public string To { get; set; } public string Subject { get; set; } public string Body { get; set; } public string From { get; set; } } }
using System; using System.IO; using System.Threading.Tasks; namespace WebAPI.Domain.Interfaces.Services { public interface IBlobStorageService { String UploadImage(String container, String fileName, Stream fileStream, String contentType); } }
using System; using System.Collections.Generic; namespace IfiNavetNotifier.Notifications { public interface INotifyManager { void Send(IEnumerable<(string Rule, IfiEvent Event)> events); void Send((string Rule, IfiEvent Event) events); } }
using System; using System.Runtime.CompilerServices; namespace NetFabric.Hyperlinq { public static partial class ArrayExtensions { [MethodImpl(MethodImplOptions.AggressiveInlining)] static int Count<TSource>(this ReadOnlySpan<TSource> source) => source.Length; [GeneratorIgn...
namespace YouShare.Data.Repositories { using System; using System.Linq; using System.Threading.Tasks; using YouShare.Data.Common.Repositories; using Microsoft.EntityFrameworkCore; public class EfRepository<TEntity> : IRepository<TEntity> where TEntity : class { public EfR...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Te...
// Copyright (c) 2006, ComponentAce // http://www.componentace.com // All rights reserved. // Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: // Redistributions of source code must retain the above copyright notice, this li...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows.Input; using QuickZip.Translation; using QuickZip.UserControls.Input; using QuickZip.Converters; //using QuickZip.IO.COFE.UserControls.ViewModel; using System.Drawing; namespace QuickZip.UserControls.MVVM.Comman...
using System; namespace Messenger.Client.Objects { public class MessengerPostback { public String Payload { get; set; } } }
// Copyright 2020 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
using System; using System.Collections.Generic; using System.Linq; using System.Net.NetworkInformation; using Microsoft.EntityFrameworkCore.Migrations; using Microsoft.EntityFrameworkCore.Migrations.Operations; using Microsoft.EntityFrameworkCore.Migrations.Operations.Builders; using Oqtane.Databases.Interfaces; using ...
using System; using System.Threading.Tasks; using System.Timers; using System.Windows; namespace Notifications.Wpf.Core.Sample { /// <summary> /// Interaction logic for MainWindow.xaml /// </summary> public partial class MainWindow : Window { private readonly NotificationManager _notificat...
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. See License.txt in the project root for license information. using System.Linq; using System.Web.Mvc; using Microsoft.TestCommon; namespace Microsoft.Web.Mvc.ModelBinding.Test { public class ComplexModelDtoTest { [Fact] p...
using iTile.Core.Logic.Action; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using StardewModdingAPI.Events; using StardewValley; namespace iTile.Core.Logic { public class TileOutline { public Texture2D texture; public Rectangle rect; public TileMode tileMode; ...
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Linq; using System.Threading.Tasks; using GitHubVulnerabilities2Db.GraphQL; using GitHubVulnerabilities2Db.Ingest; using Moq...
using NDesk.Options; namespace DbLocalizationProvider.MigrationTool { internal class MigrationToolSettings { public OptionSet OptionSet { get; private set; } public MigrationToolSettings(OptionSet optionSet) { OptionSet = optionSet; } public string SourceD...
/* Copyright (c) 2017 ExT (V.Sigalkin) */ using UnityEngine; using UnityEditor; using extOSC.Components.Informers; namespace extOSC.Editor.Components { [CustomEditor(typeof(OSCTransmitterInformer), true)] public class OSCTransmitterInformerEditor : OSCTransmitterComponentEditor { #region Static P...
// Code generated by Microsoft (R) AutoRest Code Generator 1.0.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. namespace Microsoft.Azure.Management.OperationalInsights.Models { /// <summary> /// Defines a page in Azure responses. /// </summary> /// <typepara...
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //--...
using System; using System.ComponentModel; using System.Runtime.CompilerServices; using System.Text; using Microsoft.Extensions.DependencyInjection; namespace Micro.Net.Core.Configuration { public static class MicroConfigurationExtensions { public static IServiceCollection UseMicroNet(this IServiceCol...
using System; using System.IO; using System.Linq; namespace _01._1 { class Program { static void Main() { int[] report = File.ReadAllLines("input.txt").Select(int.Parse).ToArray(); int numIncreases = 0; for (int i = 1; i < report.Length; i++) {...
namespace net.sxtrader.bftradingstrategies.bfuestrategy { partial class ctlLayDraw_v2 { /// <summary> /// Erforderliche Designervariable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Verwendete Ressourcen bereini...
#region license // Copyright (c) 2003, 2004, 2005 Rodrigo B. de Oliveira (rbo@acm.org) // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, // are permitted provided that the following conditions are met: // // * Redistributions of source code must retain ...
// // System.Web.Util.StrUtils // // Author(s): // Gonzalo Paniagua Javier (gonzalo@ximian.com) // // (C) 2005 Novell, Inc, (http://www.novell.com) // // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal...
/// This code was generated by /// \ / _ _ _| _ _ /// | (_)\/(_)(_|\/| |(/_ v1.0.0 /// / / /// <summary> /// DailyResource /// </summary> using Newtonsoft.Json; using System; using System.Collections.Generic; using Twilio.Base; using Twilio.Clients; using Twilio.Converters; using Twilio.Exceptions...
using System.Runtime.InteropServices; namespace Lunar.Native.Structures { [StructLayout(LayoutKind.Explicit, Size = 8)] internal struct UnicodeString32 { [FieldOffset(0x0)] internal short Length; [FieldOffset(0x2)] internal short MaximumLength; [FieldOffset(0x4)] ...
// ---------------------------------------------------------------------------------- // // Copyright Microsoft Corporation // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apa...
using Shouldly; using System.Threading.Tasks; using Xunit; namespace EasyAbp.Abp.EntityUi.Modules { public class ModuleAppServiceTests : EntityUiApplicationTestBase { private readonly IModuleAppService _moduleAppService; public ModuleAppServiceTests() { _moduleAppService = ...
using Microsoft.Extensions.Configuration; namespace Config { public class Config { public string GetConnectionString() { var config = new ConfigurationBuilder() .SetBasePath(Directory.GetCurrentDirectory()) .AddJsonFile("appsettings.json", true) .Build(); return config...
using System; using System.Collections.Generic; using System.Text; using System.Xml; using System.IO; using System.Collections; using System.Reflection; using System.Threading; using System.Diagnostics; using DigitalPlatform; // Stop类 // using DigitalPlatform.rms.Client; using DigitalPlatform.Xml; using DigitalPlatf...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Management.Automation; using Microsoft.SharePoint.Client; using Transformation.PowerShell.Base; using Transformation.PowerShell.Common; using Transformation.PowerShell.Common.CSV; using Tran...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("04...
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" fi...
using Autofac; using AGS.API; namespace AGS.Engine { public class AGSDialogFactory : IDialogFactory { private readonly Resolver _resolver; private readonly IGameState _gameState; private readonly IUIFactory _ui; private readonly IObjectFactory _object; private readonly IBrushLoader _brushLoade...
@model Flow.Models.Setor @{ ViewBag.Title = "Delete"; } <h2>Delete</h2> <h3>Are you sure you want to delete this?</h3> <div> <h4>Setor</h4> <hr /> <dl class="dl-horizontal"> <dt> @Html.DisplayNameFor(model => model.Perfil.Nome) </dt> <dd> @Html.Displa...
using System; using System.Collections.Generic; using System.Text; namespace CSharp2.DetektivniHra.Studium { public class PrihlaskaNaKurz { public Kurz Kurz { get; set; } public Osoba Registrovany { get; set; } public bool JeSpravneVyplnena => Kurz != null && Registrovany != null; ...
// ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // ------------------------------------------------------------------------------ /...
/************************************************************************************* Toolkit for WPF Copyright (C) 2007-2018 Xceed Software Inc. This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license For mo...
using System; using System.Collections.Generic; using System.Linq; using ZaraEngine.Diseases.Stages; using ZaraEngine.Diseases.Stages.Fluent; using ZaraEngine.Injuries; using ZaraEngine.Inventory; using ZaraEngine.StateManaging; namespace ZaraEngine.Diseases { public class ActiveDisease: IAcceptsStateChange ...
using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.Filters; using Microsoft.AspNetCore.Mvc.Routing; using RestWithASPNETUdemy.HyperMidia.Abstract; using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Threading.Tasks; namespace RestWithASPNETUdemy.HyperMidia { ...
using Azure.Data.Tables; using AzureTablesDemoApplication.Filters; using AzureTablesDemoApplication.Services; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.HttpsPolicy; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Mi...
using System; using System.Collections.Generic; using Newtonsoft.Json; namespace NugetProxy.Protocol.Models { // This class is based off https://github.com/NuGet/NuGet.Services.Metadata/blob/64af0b59c5a79e0143f0808b39946df9f16cb2e7/src/NuGet.Protocol.Catalog/Models/CatalogPage.cs /// <summary> /// A catal...
using System.Collections; using UnityEngine; public class ColumnPool : MonoBehaviour { public GameObject columnPrefab; //The column game object. public int columnPoolSize = 5; //How many columns to keep on standby. public float spawnRate = 3f; //How quickly columns spawn. public float columnMin = -1f...
namespace BinarySerialization.Test.Issues.Issue27; [TestClass] public class Issue27Tests { [TestMethod] public void TestPrematureStreamTermination() { var serializer = new BinarySerializer { Endianness = BinarySerialization.Endianness.Little }; var inBytes = new byte[] { 0x01, 0x00, 0x00, ...
// Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell...
// Crest Ocean System // This file is subject to the MIT License as seen in the root of this folder structure (LICENSE) using System; using UnityEngine; using UnityEngine.Rendering; namespace Crest { /// <summary> /// Stores shadowing data to use during ocean shading. Shadowing is persistent and supports sa...
using System; using Microsoft.Azure.ServiceBus.Core; using SqlTransactionalOutbox.Caching; namespace SqlTransactionalOutbox.AzureServiceBus.Caching { public class AzureSenderClientCache : BaseSqlTransactionalOutboxCache<ISenderClient> { public ISenderClient InitializeClient(string publishingTarget, Fu...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace Loretta.CodeAnalysis.Syntax { internal static class CommonSyntaxNodeRemover { public static void GetSeparatorInfo( SyntaxNodeOrTokenList nodesA...
/******************************************************************** The Multiverse Platform is made available under the MIT License. Copyright (c) 2012 The Multiverse Foundation Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "...
<!DOCTYPE html> <html> <head> <title>Users</title> <meta name="viewport" content="width=device-width" /> <link href="/lib/bootstrap/dist/css/bootstrap.css" rel="stylesheet" /> </head> <body class="panel-body"> @RenderBody() </body> </html>
#pragma checksum "..\..\App.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "C92A5F0F356A4CC7EC6C0E193EB12F62ABE71283259F47908D41105B34ED61C8" //------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.30319.4...
namespace VideoStore.Sales { using System; using NServiceBus; public class EndpointConfig : IConfigureThisEndpoint, AsA_Publisher, UsingTransport<Msmq>, IWantCustomInitialization { public void Init() { Configure.With() .DefaultBuilder() .Rijnd...
using Cadastro.Domain.Entities; using System.Collections.Generic; using System.Threading.Tasks; namespace Cadastro.Domain.Contracts.Repositories { public interface IPessoaRepository : IRepository<Pessoa> { Task<IEnumerable<Pessoa>> GetFullAsync(); Task<Pessoa> GetFullAsync(int pessoaId); ...
using System.Data.Common; using Microsoft.EntityFrameworkCore; namespace AbpCoreBasic.EntityFrameworkCore { public static class AbpCoreBasicDbContextConfigurer { public static void Configure(DbContextOptionsBuilder<AbpCoreBasicDbContext> builder, string connectionString) { builder.U...
using System.Collections; using System.Collections.Generic; using UnityEngine; public class GameController : MonoBehaviour { public GUIText shotText; public UnityEngine.UI.Text canvasText; public UnityEngine.UI.Text finishText; public GameObject hazard; int shotCount = 0; int hitCount = 0; ...
using Barista.Shared.Constants; using Barista.Shared.Entities.Enemy; using Barista.Shared.Entities.Hero; using Barista.Shared.Logic.EnemyActions; namespace Barista.Shared.Logic.UseCases { public class GetEnemyNextActionUseCase : IGetEnemyNextActionUseCase { private readonly IGetCurrentHeroUseCase getC...
using System; using System.Collections.Generic; using System.Data; using System.Data.Entity; using System.Data.Entity.Infrastructure; using System.Linq; using System.Net; using System.Net.Http; using System.Threading.Tasks; using System.Web.Http; using System.Web.Http.Description; using UserRegistrationBackend.Dtos; u...
using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; namespace FFMpegCore { internal class MediaAnalysis : IMediaAnalysis { internal MediaAnalysis(FFProbeAnalysis analysis) { Format = ParseFormat(analysis.Format); Vide...
using System.Collections.Generic; using System.Runtime.Serialization; using System.Text; namespace Auvik.Api.Data { /// <summary> /// Root level object per the json-api spec /// </summary> [DataContract] public class ConfigReadMultiple { /// <summary> /// Gets or Sets Data /// </summary> [DataMember(Name...
using System; using System.Collections; using System.Collections.Generic; using System.Collections.Immutable; using System.Net; using System.Net.NetworkInformation; using System.Text.Json; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Design.Internal; using Microsoft.EntityFrameworkCore.Stora...
@using System.Web.Http @using APM.WebAPI.Areas.HelpPage.ModelDescriptions @model ModelDescription <link type="text/css" href="~/Areas/HelpPage/HelpPage.css" rel="stylesheet" /> <div id="body" class="help-page"> <section class="featured"> <div class="content-wrapper"> <p> @Html.A...
/**************************************************************************** * Copyright 2019 Nreal Techonology Limited. All rights reserved. * * This file is part ...
// ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // ------------------------------------------------------------------------------ /...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics; using System.Globalization; using System.IO; us...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Runtime.Caching.Resources; using System.Collections.Specialized; using System.ComponentMo...
// -------------------------------------------------------------------------------------------------------------------- // <copyright company="Aspose" file="Cylinder.cs"> // Copyright (c) 2020 Aspose.ThreeD for Cloud // </copyright> // <summary> // Permission is hereby granted, free of charge, to any person obtaini...
using System; using System.ComponentModel; using EfsTools.Attributes; using EfsTools.Utils; using Newtonsoft.Json; namespace EfsTools.Items.Efs { [Serializable] [EfsFile("/nv/item_files/rfnv/00023930", true, 0xE1FF)] [Attributes(9)] public class LteB6RxGainVsTemp { [ElementsCount(128)] ...
using DigitalPlatform.rms; using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; namespace dp2.KernelService { // 2016/5/6 /// <summary> /// 检索命中结果的枚举器 /// </summary> public class SearchResultLoader : IEnumerable ...
namespace api.CQRS.Suppliers.Commands.RemoveProductsFromSupplier { public class RemoveProductFromSupplierCommandValidator { } }
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. // <auto-generated/> #nullable disable using System; using System.Collections.Generic; using System.Text.Json; using Azure.Core; namespace Azure.Batch.Models { public partial class ImageInformation { inte...
// ---------------------------------------------------------------------------------- // // Copyright Microsoft Corporation // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apa...
using System; using NetRuntimeSystem = System; using System.Runtime.InteropServices; using System.Runtime.CompilerServices; using System.ComponentModel; using System.Reflection; using System.Collections.Generic; using NetOffice; namespace NetOffice.PowerPointApi { ///<summary> /// DispatchInterface SeriesLines /// ...
/*---------------------------------------------------------------- Copyright (C) 2019 Senparc 文件名:WeixinController.cs 文件功能描述:用于处理微信回调的信息 创建标识:Senparc - 20150312 ----------------------------------------------------------------*/ //DPBMARK_FILE MP using System; using System.IO; using Microsoft.AspNe...
using System.Threading.Tasks; using Elastic.Xunit.XunitPlumbing; using Nest; using Tests.Framework.EndpointTests; using static Tests.Framework.EndpointTests.UrlTester; namespace Tests.XPack.Slm.DeleteLifecycle { public class DeleteLifecycleUrlTests : UrlTestsBase { [U] public override async Task Urls() => awai...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace Microsoft.TestPlatform.AcceptanceTests; using VisualStudio.TestTools.UnitTesting; [TestClass] // this is tested only on .NET Framework [TestCat...
using LinqToDB.Configuration; namespace Sociomedia.ReadModel.DataAccess { public class ConnectionStringSettings : IConnectionStringSettings { public string ConnectionString { get; set; } public string Name { get; set; } public string ProviderName { get; set; } public bool IsGlo...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. // // Code generated by Microsoft (R) AutoRest Code Generator 0.13.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. ...
using Hos.ScheduleMaster.Core.Common; using Hos.ScheduleMaster.Core.Dto; using Hos.ScheduleMaster.Core.Interface; using Hos.ScheduleMaster.Core.Models; using Hos.ScheduleMaster.Core.Services.RemoteCaller; using Microsoft.EntityFrameworkCore; using System; using System.Collections.Generic; using System.Linq; using Syst...