text
stringlengths
1
932k
using MessageService.Domain.Model; using System; namespace MessageService.Domain.Commands { /// <summary> /// Abstract base to Activity /// </summary> /// <seealso cref="MessageService.Domain.Command" /> [Serializable] public abstract class ActivityCommand : Command { /// <summary>...
/* * Copyright 2010-2014 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 "l...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Runtime.InteropServices; using System.Runtime.CompilerServices; using System.Text; using Silk.NET.Core; using Silk.NET.Core.Native; using Silk.NET.Core.Attr...
namespace Doppelganger.Domain.Common.Texts { public static class TextLists { public enum ActionsInfoTexts { FightInfo, PickOpponentInfo, PickAllyInfo } public enum MiscTexts { WelcomeToGame, GetInfoOn, ...
// <auto-generated> // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. // </auto-generated> namespace Microsoft.Azure.Attestation { using System; using System.Collections.Generic; using System.Linq; internal stati...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; namespace NFig.AspNetCore.Tests { /// <summary> /// An in-memory NFig store. This store is primarily intended for testing. /// </summary> /// <typeparam name="TSettings">Type of settings to use.</typ...
using System; using System.Collections.Generic; using System.Text; using System.Threading.Tasks; namespace borrrbot.API.OBS.ScenesService { public interface ISceneItemActions { Task CenterOnScreenAsync(); Task FitToScreenAsync(); Task FlipXAsync(); Task FlipYAsync(); ...
// <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. // Changes may cause incorrect behavior and will be lost if the code is // re...
using ImageGallery.API.Services; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Mvc.Filters; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace ImageGallery.Client.Authorization { public class MustOwnImageHandler : AuthorizationHandler<...
namespace BaseballSharp.Enums; public sealed class eTeamIdEnum { public static eTeamIdEnum Angels { get; } = new(108, "Angels") ; public static eTeamIdEnum DBacks { get; } = new(109, "DBacks") ; public static eTeamIdEnum Orioles { get; } = new(110, "Orioles") ; public static eTeamIdEnum RedSox { get; }...
using System; namespace ShapefileSharp { public class Point : IPoint { public Point() : base() { } public Point(IPoint point) : this() { X = point.X; Y = point.Y; } public double X { get; set; } public double Y { get; se...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // Allgemeine Informationen über eine Assembly werden über die folgenden // Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern, // die mit einer Assembly verknüpft sind. [assembly: A...
using MapsetParser.objects; using MapsetParser.objects.hitobjects; using MapsetParser.objects.timinglines; using MapsetParser.statics; using MapsetVerifierFramework; using MapsetVerifierFramework.objects; using MapsetVerifierFramework.objects.attributes; using MapsetVerifierFramework.objects.metadata; using System; us...
using UnityEngine; using System.Collections; using System.Collections.Generic; public class GridActionCmd102002Skill01 : GridActionCmdAttack { public GridActionCmd102002Skill01(DoQianyaoFun qianyaofun,DoAttackFun fun,int AttackSceneId,WalkDir AttackDir,int deep,int skillid) :base( qianyaofun, fun,AttackSceneId,Att...
namespace PruneService { partial class PruneService { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> //...
//****************************************************************************************************** // ScannerBase_Type.cs - Gbtc // // Copyright © 2018, Grid Protection Alliance. All Rights Reserved. // // Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See //...
using Windows.UI.Xaml; using Windows.UI.Xaml.Controls; using Windows.UI.Xaml.Media; // The User Control item template is documented at http://go.microsoft.com/fwlink/?LinkId=234236 namespace MusicMink.Controls { /// <summary> /// Scales the text to fit within the fixed width /// </summary> public pa...
using Coldairarrow.Business.Base_SysManage; using Coldairarrow.Util; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.Filters; using System; namespace Coldairarrow.Web { /* ==== 签名校验 ==== 为保证接口安全,每次请求必带以下header | header名 | 类型 | 描述 | | appId | string | 应用Id | | time | string | 当前时间,格式为:2017-01-01 2...
using System.Threading.Tasks; namespace Turner.Infrastructure.Mediator { public class Error { public Error() { } public Error(string errorMessage, string propertyName = "") { ErrorMessage = errorMessage; PropertyName = propertyName; } public str...
using Godot; namespace Farmar { class PlantMode { public static Plant Plant(TileMap ground, Vector2 pos, string scene) { var plant = GD.Load<PackedScene>(scene).Instance() as Plant; var newPos = ground.MapToWorld(ground.WorldToMap(pos)); newPos.y += 4; ...
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("06...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using LogDigger.Business.Utils; namespace LogDigger.Gui.ViewModels.Filters { public class DateFilterVm<TItem> : AFilterItemVm<TItem> { private readonly Func<TItem, DateTime> _dateAccessor; public D...
/* * 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...
//----------------------------------------------------------------------- // <copyright file="DisplayRequest.iOS.cs" company="In The Hand Ltd"> // Copyright © 2016-17 In The Hand Ltd. All rights reserved. // This source code is licensed under the MIT License - see License.txt // </copyright> //----------------...
// Copyright 2018 Andrew White // // 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.apache.org/licenses/LICENSE-2.0 // // Unless required by applicabl...
namespace DrivingSchoolWebApp.Services.DataServices.Tests { using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Data.Common; using Data.Models; using Data.Models.Enums; using Mapping; using Models.Account; using Models.Car; ...
/* * Apteco API * * An API to allow access to Apteco Marketing Suite resources * * OpenAPI spec version: v2 * Contact: support@apteco.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ using System; using System.Linq; using System.IO; using System.Text; using System.Collections; using S...
// 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.Collections.Generic; using System.ComponentModel.DataAnnotations.Schema; using System.Linq; using System.Linq.Expressions; u...
using System.Collections.Generic; using System.Collections.ObjectModel; namespace Chatbot.Api.Areas.HelpPage.ModelDescriptions { public class ParameterDescription { public ParameterDescription() { Annotations = new Collection<ParameterAnnotation>(); } public Collect...
namespace SqlLogSync { partial class MainService { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <...
namespace MarketingBox.Registration.Service.Messages.Common { public enum ErrorType { Unknown = 0, InvalidParameter = 1, AlreadyExist = 2, InvalidEmail = 3, InvalidUserNameOrPassword = 4, InvalidCountry = 5, InvalidPersonalData = 6 } }
@* For more information on enabling MVC for empty projects, visit http://go.microsoft.com/fwlink/?LinkID=397860 *@ @inherits Orchard.DisplayManagement.Razor.RazorPage<TModel> @addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers @addTagHelper *, Orchard.Contents @addTagHelper *, Orchard.DisplayManagement @addTagH...
using System; using System.Linq; using Elasticsearch.Net; using FluentAssertions; using Nest; using Tests.Core.Extensions; using Tests.Domain; using Tests.Framework; using Tests.Framework.Integration; using Tests.Framework.ManagedElasticsearch.Clusters; using static Nest.Infer; namespace Tests.XPack.MachineLearning.P...
/* * 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...
// // MenuButtonBackend.cs // // Author: // Lluis Sanchez <lluis@xamarin.com> // Alex Corrado <corrado@xamarin.com> // // Copyright (c) 2013 Xamarin Inc // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Softwa...
using System.Threading.Tasks; using CalcWin.DataAccess.Model; using CalcWin.Views.Calculator; namespace CalcWin.BusinessLogic.ControllersLogic { public interface ICalculatorLogic { void AddWineProject(string userId, CalculatorViewModel model); void FillMissingItemsInModel(CalculatorViewModel m...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using TMDbLib.Client; using TMDbLib.Objects.General; using TMDbLib.Objects.Movies; using TMDbLib.Objects.Search; using TMDbLib.Utilities.Serializer; namespace TestApplication { publi...
using System.Collections.Generic; using TeachMeSkills.Kaloska.Homework7.Models; namespace TeachMeSkills.Kaloska.Homework7.Interfaces { public interface IStatisticService { Statistic Get(User user, IEnumerable<int> data); } }
using System; using System.Diagnostics; using System.Timers; namespace Github { public class ProcessWatcher : IDisposable { #region Handler public delegate void CreatedDelegate(Process Proc); public event CreatedDelegate Created; #endregion #region Fields privat...
using System.IO; using System.Linq; using System.Threading.Tasks; using VerifyXunit; using Xunit; [UsesVerify] public class PostcodeScraperTests { [Fact] [Trait("Category", "Integration")] public async Task Run() { var data = await PostcodeScraper.Run(); File.Delete(DataLocations.Local...
#region License // Copyright (c) 2015 1010Tires.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 in the Software without // restriction, including without limitation the rights to use, // copy, mod...
/* LICENSE ------- Copyright (C) 2007-2010 Ray Molenkamp This source code is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this source code or the software it produces. Permission is granted to anyone to us...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src...
using System; using System.Collections.Generic; using System.Linq; namespace MOE.Common.Models.Repositories { public class ApproachSpeedAggregationRepository : IApproachSpeedAggregationRepository { private readonly SPM _db; public ApproachSpeedAggregationRepository() { _d...
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("Mu...
using System.Net.Http; using System.Threading.Tasks; using ErtisAuth.Infrastructure; using ErtisAuth.Infrastructure.Endpoints; namespace ErtisAuth.Api.Endpoints.Providers.Facebook { public class FacebookAuthEndpoint : EndpointBase<FacebookAuthEndpoint.IUrlParams>, IHasPost<FacebookAuthEndpoint.IUrlParams> { #regio...
using System; namespace Jacdac { public abstract class JDRegisterServer : JDNode { public JDServiceServer Service; public readonly ushort Code; protected JDRegisterServer(ushort code) { this.Code = code; } public override JDBus Bus => this.Service?....
using System.IO; using System.Runtime.Serialization; using GameEstate.Red.Formats.Red.CR2W.Reflection; using FastMember; using static GameEstate.Red.Formats.Red.Records.Enums; namespace GameEstate.Red.Formats.Red.Types { [DataContract(Namespace = "")] [REDMeta] public class BTTaskSetAdditiveHitFlagDef : IBehTreeTa...
using System; using System.Linq; using BenchmarkDotNet.Attributes; using Dunk.Tools.Foundation.Utilities; using NUnit.Framework; namespace Dunk.Tools.Foundation.Benchmark.Test.Utilities { [MemoryDiagnoser] [MedianColumn] [MaxColumn] public class YearEndExtractorBenchmarks { [Benchmark] ...
namespace tomenglertde.ResXManager.VSIX { using System; using System.ComponentModel; using System.ComponentModel.Composition; using JetBrains.Annotations; using Microsoft.VisualStudio.Shell; using tomenglertde.ResXManager.Infrastructure; using tomenglertde.ResXManager.Model; [Export...
using System; using System.Linq; using System.Threading.Tasks; using AccidentalFish.ApplicationSupport.Azure.Logging; using Microsoft.WindowsAzure.Storage; using Microsoft.WindowsAzure.Storage.Table; namespace AccidentalFish.ApplicationSupport.Azure.TableStorage.Implementation { internal class TableStorageConcurr...
// 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.Diagnostics; using System.IO; using System.Net.Http.Headers; using System.Threading; using System.Threa...
using System; using System.Collections; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Numerics; using System.Reflection; namespace UAlbion.Game { public class ReflectedObject { public ReflectedObject(ReflectedObject parent, int index) { Parent = parent; ...
//using System; //using System.Collections.Generic; //using System.Linq; //using System.Text; namespace TwaijaComposite.Modules.Common { public interface IRequestTokenBuilder { string BuildRequestTokenString(string ConsumerKey, string ConsumerSecret, string callbackaddress); } }
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using AecCloud.Core.Domain; using AecCloud.Core.Domain.Projects; using AecCloud.Core.Domain.Vaults; namespace AecCloud.Service.Projects { public interface IProjectService { ICollection<P...
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. See License.txt in the project root for license information. namespace Microsoft.Data.Entity.Design.Model { using System.Collections.Generic; using System.Diagnostics; using Microsoft.Data.Tools.XmlDesignerBase.Base.Util; /// <sum...
using System.Collections.Generic; using Aquarius.Weixin.Entity.WeixinMessage; using Aquarius.Weixin.Utility; namespace Aquarius.Weixin.Core.Message.Receive { /// <summary> /// 小视频消息接收 /// </summary> public class ShortVideoMessageReceive : IMessageReceive//<ShortVideoMessage> { public IMess...
namespace SnBatchProcessor.Selenium { public interface IInstagramPageReporter : ISocialSiteReporter { } }
namespace CodeBase.Off.Core.Utilities { public interface ICloudService { string ArchiveFolder(string folderPath); } }
 using System; using System.Collections.Generic; using System.Data.SqlClient; using System.Linq; using System.Reflection; using System.Text.Json; using System.Threading.Tasks; using Dapper; using GenericCrudApiDapper.Models; using GenericCrudApiDapper.Services.Interfaces; using Microsoft.Extensions.Configuration; usin...
using System; namespace FluentBuild.Publishing.NuGet { public class AuthorsMandatory : OptionBase { public AuthorsMandatory(NuGetPublisher parent) : base(parent) { } public ApiKeyMandatory Author(string author) { _parent._authors = author; return new ApiKeyManda...
using Chatter.CQRS; using Chatter.CQRS.Events; namespace Chatter.SqlTableWatcher { public class RowUpdatedEvent<TRowChangeData> : IEvent where TRowChangeData : class, IMessage { public RowUpdatedEvent(TRowChangeData newValue, TRowChangeData oldValue) { NewValue = newValue; ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. #nullable enable namespace Microsoft.AspNetCore.Mvc.ModelBinding; /// <summary> /// The <see cref="Exception"/> that is added to model state when a model binder for the body of th...
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("AE...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. #nullable disable using System; using System.ComponentModel.DataAnnotations; using System.Globalization; using System.Linq; using System.Text; using System.Text.Encodings.Web; using...
// SPDX-License-Identifier: Apache-2.0 // Copyright 2020 TTCO Holding Company, Inc. and Contributors // Licensed under the Apache License, Version 2.0 // See https://opensource.org/licenses/Apache-2.0 or the LICENSE file in the repository root for the full text of the license. using FluentValidation; using Lamar; usi...
// ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // ------------------------------------------------------------------------------ /...
namespace Reusable.Apps { public class PlayingWithEnvDTE { } //class foo //{ // private void Start(Type interfaceToFind, Predicate<string> propertySelection) // { // //_interfaceToFind = interfaceToFind.Name; // //_propertySelection = propertySelec...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.IO; using System.Linq; using System.Security.Claims; using System.Threading.Tasks; using BTCPayServer.Data; using BTCPayServer.Filters; using BTCPayServer.Models; using BTCPayServer.Models.AppViewModels; ...
// Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from um/WebServices.h in the Windows SDK for Windows 10.0.20348.0 // Original source is Copyright © Microsoft. All rights reserved. using NUnit.Framework; using S...
using System; using System.Reactive.Linq; using System.Reactive.Threading.Tasks; using System.Threading; using System.Threading.Tasks; namespace Shiny.Tests { static class Extensions { public static Task WithTimeout(this Task task, int seconds, CancellationToken? cancelToken = null) => Ob...
// 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 Analyzer.Utilities; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.Diagnostics; using Microsoft.NetCore.Analyzers.Security.Helpers; namespa...
#pragma warning disable 169, 465 using System; using UltimateOrb; using static Supercell.Globals; namespace Supercell.IpcServices.Nn.Omm.Detail { [IpcService("omm")] public unsafe partial class IOperationModeManager : _Base_IOperationModeManager {} public unsafe class _Base_IOperationModeManager : IpcInterface { p...
using System; using System.IO; namespace ICSharpCode.SharpZipLib.Tar { /// <summary> /// This class represents an entry in a Tar archive. It consists /// of the entry's header, as well as the entry's File. Entries /// can be instantiated in one of three ways, depending on how /// they are to be used. /// <p> //...
// SPDX-License-Identifier: BSD-3-Clause // // Copyright 2020 Raritan Inc. All rights reserved. // // This file was generated by IdlC from PeripheralDeviceManager.idl. using System; using System.Linq; using LightJson; using Com.Raritan.Idl; using Com.Raritan.JsonRpc; using Com.Raritan.Util; #pragma warning disable 01...
namespace Microsoft.UI.Xaml.Controls { public enum ExpandDirection { Down = 0, Up = 1 }; }
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("Pr...
// 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.Diagnostics; namespace System.Text.Json.Serialization.Converters { /// <summary> /// Default ...
using System.Collections.Generic; using UnicornHack.Generation; using UnicornHack.Generation.Effects; using UnicornHack.Primitives; namespace UnicornHack.Data.Creatures { public static partial class CreatureData { public static readonly Creature WhiteDragon = new Creature { Name = "...
/* * Copyright 2013 Olivier Caron-Lizotte * olivierlizotte@gmail.com * Licensed under the MIT license: <http://www.opensource.org/licenses/mit-license.php> */ using System; using System.Collections.Generic; using System.IO; using Proteomics.Utilities; namespace Trinity { /// <summary> /// A contaminant pr...
#pragma checksum "..\..\App.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "C801B23DF560A24FC516FB248CC7128C" //------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // // Changes to this f...
// TabsDisableEvent.cs // Script#/Libraries/jQuery/UI // This source code is subject to terms and conditions of the Apache License, Version 2.0. // using System; using System.Runtime.CompilerServices; namespace jQueryApi.UI.Widgets { [ScriptImport] [ScriptIgnoreNamespace] [ScriptName("Object")] publi...
using System; using System.Collections.Generic; using Robust.Shared.Network; using static Content.Shared.SharedGameTicker; namespace Content.Client.Interfaces { public interface IClientGameTicker { bool IsGameStarted { get; } string ServerInfoBlob { get; } bool AreWeReady { get; } ...
<div id="carouselLanches" class="carousel slide marginTop1" data-ride="carousel"> <ol class="carousel-indicators"> <li data-target="#carouselLanches" data-slide-to="0" class="active"></li> <li data-target="#carouselLanches" data-slide-to="1"></li> <li data-target="#carouselLanches" data-sli...
using System; using Xunit; using Trees; using System.Runtime.InteropServices; namespace TreesUnitTest { public class UnitTest1 { /// <summary> /// Checks whether an empty tree can be instantiated /// </summary> [Fact] public void CheckEmptyTreeInstantiation() { ...
using System; using ArenaLS.Model; using NUnit.Framework; using ArenaLS.Engine; namespace ArenaLS.Tests.Model { [TestFixture] public class DiceTests { [Test] public void Addition_GivesExpectedValue () { Dice one = new Dice (1, 1); Assert.AreEqual (Dice.Zero, Dice.Zero.Add (Dice.Zero)); Assert.AreEqu...
using System; using System.Collections.Generic; using System.Linq; using System.Runtime.InteropServices; using WinMan.Windows.Com; using WinMan.Windows.Com.Build22449; using WinMan.Windows.DllImports; namespace WinMan.Windows { internal class Win32VirtualDesktopService22449 : IWin32VirtualDesktopService { ...
@model IEnumerable<ZeNerd.DAL.Context.TipoParantesco> @{ ViewBag.Title = "Index"; Layout = "~/Views/Shared/_LayoutCrud.cshtml"; } <h2>Index</h2> <p> @Html.ActionLink("Cadastrar Novo", "Create", new { area = "" }, new { @class = "btn btn-success add" }) </p> <table class="table"> <tr> <th> ...
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("_P...
// <auto-generated/> // Contents of: hl7.fhir.r3.core version: 3.0.2 using System; using System.Collections.Generic; using System.Linq; using System.Runtime.Serialization; using Hl7.Fhir.Introspection; using Hl7.Fhir.Serialization; using Hl7.Fhir.Specification; using Hl7.Fhir.Utility; using Hl7.Fhir.Validation; /* ...
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
namespace Serenity.Tests.Data { public class SqlQuery_Distinct_Tests { [Fact] public void DistinctAddsKeyword() { var query = new SqlQuery() .Distinct(true) .Select("TestColumn") .From("TestTable"); Assert.Equal( ...
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("03....
/* * Copyright (c) 2018 THL A29 Limited, a Tencent company. 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. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * ...
namespace Infrastructure.Photos { public class S3Settings { public string AccessKey { get; set; } public string SecretAccessKey { get; set; } public string StorageBucketName { get; set; } public string Region { get; set; } } }
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="ISerializationManager.cs" company="Catel development team"> // Copyright (c) 2008 - 2015 Catel development team. All rights reserved. // </copyright> // ------------------------...
/********************************************************************++ Copyright (c) Microsoft Corporation. All rights reserved. --********************************************************************/ using System.Collections; using System.Collections.Generic; using System.Linq; using System.Management.Automation.La...
#region using System.Collections.Generic; using System.Windows; using Microsoft.Xaml.Behaviors; using TriggerBase = Microsoft.Xaml.Behaviors.TriggerBase; #endregion namespace OStimAnimationTool.Core { public class InteractivityTemplate : DataTemplate { } public class InteractivityItems : FrameworkEl...
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:2.0.50727.3053 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //---...
// Copyright (c) 2016 Jon P Smith, GitHub: JonPSmith, web: http://www.thereformedprogrammer.net/ // Licensed under MIT license. See License.txt in the project root for license information. using System; using System.Linq; using ServiceLayer.BookServices.QueryObjects; namespace ServiceLayer.BookServices { public ...