text
stringlengths
1
932k
//Copyright © 2014 Sony Computer Entertainment America LLC. See License.txt. using System; using System.Collections.Generic; namespace Sce.Atf { /// <summary> /// Folder containing a hierarchical structure of subfolders and resource URIs</summary> /// <remarks>Replaces ATF 2's IAssetFolder interface. Mai...
using System; using Compartimoss.Example.Throttling; using Compartimoss.Example.Throttling.Services; namespace Microsoft.Extensions.DependencyInjection { public static class ServiceCollectionExtensions { public static ThrottlingConfiguration AddThrottling(this IServiceCollection services, Action<ThrottlingOptions>...
// Copyright (c) Microsoft. All rights reserved. namespace Microsoft.Azure.Devices.Edge.Functions.Binding.Bindings { using Microsoft.Azure.Devices.Client; using Microsoft.Azure.WebJobs; class EdgeHubCollectorBuilder : IConverter<EdgeHubAttribute, IAsyncCollector<Message>> { public IAsyncCollec...
using System.Collections.Generic; using System.Collections.Immutable; using System.Globalization; using System.Text.RegularExpressions; using Microsoft.Recognizers.Definitions; using Microsoft.Recognizers.Definitions.Turkish; using Microsoft.Recognizers.Definitions.Utilities; using Microsoft.Recognizers.Text.Number; ...
/* * 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...
using Microsoft.Extensions.DependencyInjection; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace StartupModule.Libary { public interface IModuleManager : IDisposable { void StartModule<TModule>(IServiceCollection services) where TModule : IAppM...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using Android.App; // 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...
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Identity; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.RazorPages; using Microsoft.Extensi...
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------ namespace Microsoft.Azure.Cosmos.Tests { using System; using System.Collections.Generic; using System.Net; using S...
namespace LoadAssembliesOnStartup.Fody.Tests { using System; using Catel.Reflection; using NUnit.Framework; [TestFixture] public partial class NoWeavingFacts { [Test] public void ExcludesSystemAssemblies() { var assemblyInfo = AssemblyWeaver.Instance.GetAsse...
namespace FluentFiles.Tests.FixedLength { using System; using System.IO; using System.Linq; using System.Threading; using System.Threading.Tasks; using FluentAssertions; using FluentFiles.FixedLength; using FluentFiles.FixedLength.Implementation; using Xunit; public class FixedL...
using System.Runtime.InteropServices; using System.Text; using NUnit.Framework; using Python.Runtime; using Python.Runtime.Native; namespace Python.EmbeddingTest { public class TestPyType { [OneTimeSetUp] public void SetUp() { PythonEngine.Initialize(); } ...
//------------------------------------------------------------------------------ // <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> //--...
/* * 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 ...
// // Copyright (c) Microsoft and contributors. 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 // // Unless requi...
using CadEditor; using System; using System.Drawing; public class Data { public OffsetRec getScreensOffset() { return new OffsetRec(0xD70D, 8, 48, 8, 6); } public bool isBuildScreenFromSmallBlocks() { return true; } public bool isBigBlockEditorEnabled() { return false; } public bool isBlockEditorEnable...
using Caliburn.Micro; using FileDispatching.ViewModels; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; namespace FileDispatching { public class Bootstrapper : BootstrapperBase { private SimpleContainer _containe...
// This file is part of AxGUI. Web: https://github.com/AximoGames // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Collections.Generic; using SkiaSharp; namespace AxGui { public class ProcessLayoutContext { public Box LocalViewPort; ...
// Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.0.6365, generator: {generator}) // Changes may cause incorrect behavior and will be lost if the code is regenerated. namespace Commvault.Powershell.Models { using static Commvault.Powershell.Runtime.Extensions; /// <summary>Replication gr...
//------------------------------------------------------------------------------ // <自动生成> // 此代码由工具生成。 // // 对此文件的更改可能会导致不正确的行为,并且如果 // 重新生成代码,这些更改将会丢失。 // </自动生成> //------------------------------------------------------------------------------ namespace YTS.Web.admin.order { public partia...
// Licensed to Elasticsearch B.V under one or more agreements. // Elasticsearch B.V licenses this file to you under the Apache 2.0 License. // See the LICENSE file in the project root for more information using System; using Elasticsearch.Net; using FluentAssertions; using Nest; using Tests.Core.ManagedElasticsearch....
namespace ConsoleApp1.Interfaces.Core.Database { public interface IDatabase { string ip { get; set; } int port { get; set; } string user { get; set; } string password { get; set; } } }
using ApprovalTests; using ApprovalTests.Namers; using Xunit; using Xunit.Abstractions; public abstract class NativeTests : BaseCosturaTest { [Fact] public void Native() { var instance1 = TestResult.GetInstance("ClassToTest"); Assert.Equal("Hello", instance1.NativeFoo()); } [F...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. namespace Microsoft.Azure.Management.ContainerRegistry.Fluent { using Microsoft.Azure.Management.ContainerRegistry.Fluent.Models; using Microsoft.Azure.Man...
using System.Collections; using System.Collections.Generic; using UnityEngine; public class TemporaryObject : MonoBehaviour { public float lifetime = 1.0f; // Use this for initialization void Start () { Invoke("Disable", lifetime); } // Update is called once per frame void Disable () { De...
// <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...
/******************************************************** *                                                       * *   Copyright (C) Microsoft. All rights reserved.   * *                                                       * ********************************************************/ using System; using System.Collec...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. // <auto-generated/> #nullable disable namespace Azure.ResourceManager.Workloads.Models { /// <summary> /// Gets or sets the provider specific properties. /// Please note <see cref="ProviderSpecificProperties"...
#region MIT // // Gorgon. // Copyright (C) 2017 Michael Winsor // // 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,...
using System.Threading.Tasks; using Abp.Application.Services; using BM.AbpSample.Roles.Dto; namespace BM.AbpSample.Roles { public interface IRoleAppService : IApplicationService { Task UpdateRolePermissions(UpdateRolePermissionsInput input); } }
#if !JAVA_INTEROP1 using System; using Android.Runtime; namespace Java.Lang { public partial interface ICharSequence : IJavaObject { char CharAt (int index); int Length (); Java.Lang.ICharSequence SubSequenceFormatted (int start, int end); string ToString (); } } #endif // !JAVA_INTEROP1
// This file is part of Silk.NET. // // You may modify and distribute Silk.NET under the terms // of the MIT license. See the LICENSE file for details. using System; using System.Runtime.InteropServices; using System.Text; using Silk.NET.Core.Native; using Ultz.SuperInvoke; #pragma warning disable 1591 namespace S...
// _ _ _ ____ _ _____ // / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___ // / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \ // / ___ \ | | | (__ | | | || | ___) || |_| __/| ...
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.30319.235 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //----...
/* * Copyright 2018 JDCLOUD.COM * * 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 applicable law or agreed to in...
// Copyright © 2020 Dmitry Sikorsky. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Magicalizer.Data.Repositories.Abstractions; using Microsoft...
using MongoDbGenericRepository.Models; namespace BettingGame.UserManagement.Persistence.Collections { internal class User : Core.Domain.User, IDocument { public int Version { get; set; } } }
namespace PoE.Bot.Extensions { using Discord; using Discord.Net; using Discord.WebSocket; using PoE.Bot.Contexts; using PoE.Bot.Models; using System.Linq; using System.Threading.Tasks; public static class UserExtension { public static string GetAvatar(this SocketUser user) ...
// Copyright 2009-2019 Josh Close and Contributors // This file is a part of CsvHelper and is dual licensed under MS-PL and Apache 2.0. // See LICENSE.txt for details or visit http://www.opensource.org/licenses/ms-pl.html for MS-PL and http://opensource.org/licenses/Apache-2.0 for Apache 2.0. // https://github.com/Jos...
using Tauron.Features; namespace ServiceHost.Installer { public interface IInstaller : IFeatureActorRef<IInstaller> { } }
/* MIT License Copyright (c) Jeff Campbell 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, dis...
using System; using System.Collections.Specialized; using System.Diagnostics; using System.Threading.Tasks; using OOQuartzJobs; using Quartz; using Quartz.Impl; using Quartz.Impl.Matchers; namespace OORemoteClient { class Program { static async Task Main(string[] args) { try ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows.Forms; using MobiFlight; namespace System { public static class ComboBoxHelper { static public bool SetSelectedItem(ComboBox comboBox, string value) { Log.Instance.log("Set " ...
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("Web...
using System.Resources; using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // 어셈블리의 일반 정보는 다음 특성 집합을 통해 제어됩니다. // 어셈블리와 관련된 정보를 수정하려면 // 이 특성 값을 변경하십시오. [assembly: AssemblyTitle("Daramkun.Liqueur.Engine.Horn")] [assembly: AssemblyDescription("")] [assembly: Assembly...
namespace OJS.Web.ViewModels.Submission { public class SubmissionsFilterViewModel { public string UserId { get; set; } public int? ContestId { get; set; } public bool NotProcessedOnly { get; set; } } }
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Diagnostics; using System.IO; using System.Linq; using System.Reflection; using System.ServiceProcess; using System.Text; using System.Threading.Tasks; namespace Uzgoto.DotNetSnipet.Services { partial clas...
using System.Collections.Generic; using NBitcoin; using Stratis.Features.FederatedPeg.Wallet; namespace Stratis.Features.FederatedPeg.Distribution { public interface IRewardDistributionManager { /// <summary> /// Finds the proportion of blocks mined by each miner. /// Creates a corresp...
// 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. #nullable disable using Microsoft.CodeAnalysis.Shared.TestHooks; using Microsoft.VisualStudio.IntegrationTest.Util...
// 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 Microsoft.Win32.SafeHandles; using System; using System.IO; using System.Diagnostics; // using System.Runtime....
using CodingPlus.Core.Abstractions; using CodingPlus.Core.Models.Pager; using Microsoft.EntityFrameworkCore; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace CodingPlus.Core.Test.Helpers.Extensions { /// <summary> /// Clase que conti...
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; using V308CMS.Data; namespace V308CMS.Revenue.Models { public class CheckAdminAuthorizeAttribute : AuthorizeAttribute { int pId = 0; public CheckAdminAuthorizeAttribute(int pValue) ...
using System.IO; using System.Xml.Linq; using Newtonsoft.Json; namespace Knapcode.ExplorePackages { public static class Resources { public static class Nuspecs { public const string CollidingMetadataElements = "CollidingMetadataElements.nuspec"; public const string Depe...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace BrainFxxkInterpreter { public interface IO { int Read(); void Write(object chr); } }
 @{ ViewBag.Title = "Centralized Account Data & Verification"; } <h2>@ViewBag.Title</h2> <h3>@ViewBag.Message</h3> <div class="panel panel-default"> <div class="panel-heading">Leverage OAuth for Your Applications</div> <div class="panel-body"> <p> CompliaShield&trade; securely transfer...
/* * 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 System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; using System.Web.Routing; namespace OneTimePassword.Mvc { public class RouteConfig { public static void RegisterRoutes(RouteCollection routes) { routes.IgnoreRoute("{resource}...
using System.Net.Http; using System.Threading.Tasks; using Alexa.NET.Management.Api; using Alexa.NET.Management.Validation; using Refit; namespace Alexa.NET.Management.Internals { public class SkillValidationApi:ISkillValidationApi { private IClientSkillValidationApi Client { get; } public Sk...
using Verifiable.Core.Cryptography; using NSec.Cryptography; using System; using System.Buffers; namespace Verifiable.NSec { public static class NSecAlgorithms { public static Signature SignEd25519(ReadOnlySpan<byte> privateKeyBytes, ReadOnlySpan<byte> dataToSign, MemoryPool<byte> signaturePool) ...
using CTA.WebForms.Tests.ProjectManagement; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Syntax; using NUnit.Framework; using System.IO; using System.Linq; namespace CTA.WebForms.Tests.ClassConverters { [SetUpFixture] public class ClassConverterSetupFi...
using FreeSql.Internal; using FreeSql.Internal.Model; using System; using System.Collections.Generic; using System.Data; using System.Linq; using System.Text; using System.Threading.Tasks; namespace FreeSql.SqlServer.Curd { class SqlServerUpdate<T1> : Internal.CommonProvider.UpdateProvider<T1> { pub...
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. #nullable enable namespace Microsoft.Quantum.Runtime.Submitters { /// <summary> /// An interface for submitting quantum programs to Azure. /// </summary> public interface IAzureSubmitter { /// <summary> ///...
using System; using System.Collections.Generic; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using Shoko.Models.Client; using Shoko.Models.Server; using Shoko.Server.API.Annotations; using Shoko.Server.API.v2.Models.core; using Shoko.Server.Repositories; na...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using RabbitMQ.Client; using RabbitMQ.Client.Events; using RabbitMQ.Client.Exceptions; namespace Kaftar.Syncronizer { class Program { static void Main(string[] args) { ...
namespace WpfClockNS { using System; using System.Windows; using System.Windows.Controls; using System.Windows.Media.Animation; using System.Windows.Threading; public partial class Clock : ContentControl { private DispatcherTimer dayTimer; public Clock() { ...
namespace OJS.Data.Models { using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; using System.Linq; using OJS.Common.Extensions; using OJS.Common.Models; using OJS.Data.Contracts; public cl...
using Microsoft.Extensions.DependencyInjection; using Microsoft.Maui.Hosting; using Xunit; namespace Microsoft.Maui.UnitTests { [Category(TestCategory.Core, TestCategory.Hosting)] public class HostBuilderAppTests { [Fact] public void UseMauiAppRegistersApp() { var host = new AppHostBuilder() .UseMauiAp...
using System; using System.Collections.Generic; using System.Security; using Moq; using NBitcoin; using Newtonsoft.Json; using Stratis.Bitcoin.Features.Miner.Interfaces; using Stratis.Bitcoin.Features.Miner.Models; using Stratis.Bitcoin.Features.RPC; using Stratis.Bitcoin.Features.Wallet; using Stratis.Bitcoin.Feature...
using Telerik.XamarinForms.Common.DataAnnotations; namespace SDKBrowser.Examples.DataFormControl.DataAnnotationsCategory.ConverterExample { // >> dataform-dataannotations-converter-decimaltodoublepropertyconverter class DecimalToDoublePropertyConverter : IPropertyConverter { public object Convert(...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Drawing; namespace Grayscale.FrameMemo { /// <summary> /// 部品番号の設定。 /// </summary> public class PartnumberconfigImpl { #region 生成と破棄 //──────────────────────────────────────── ...
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("02....
namespace DotNetTests { using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; class Program { static void Main(string[] args) { } } }
using System; using System.Collections.Generic; using System.Linq; using MvvmCross.Binding.Bindings.SourceSteps; using MvvmCross.Binding.Combiners; using MvvmCross.Converters; namespace Toggl.Foundation.MvvmCross.Combiners { public abstract class BaseTwoValuesCombiner<T1, T2> : MvxValueCombiner { publ...
// *** WARNING: this file was generated by the Pulumi SDK Generator. *** // *** 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; namespace Pulumi.Azur...
#pragma checksum "D:\request\requestNetweb\src\Requestnet.Web\Views\Inventario\Create.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "c16b3f832a7e150860e2e3c9223a22da20dad883" // <auto-generated/> #pragma warning disable 1591 [assembly: global::Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute(typeof(AspN...
using System; using CqrsFramework.Events; namespace SaaSEqt.eShop.Site.Api.Events.Sites { public class SiteCreatedEvent : SiteEvent, IEvent { public SiteCreatedEvent(Guid id, string name, string description, bool active, string tenantId) { this.Id = id; this.Version = 1...
using HotChocolate.Execution.Utilities; namespace Microsoft.Extensions.DependencyInjection { public static class HotChocolateExecutionServiceCollectionExtensions { internal static IServiceCollection AddVariableCoercion( this IServiceCollection services) => services.AddSingleton<...
/* ==================================================================== 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 Y...
// <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 Gov.Jag.PillPressRegistry.Interfaces.Models { using Microsoft.Rest; using Microsoft.Rest.Serialization; usin...
using ReverseEngineer20; using ReverseEngineer20.ReverseEngineer; using System; using System.IO; using System.Linq; using System.Text; namespace efreveng { class Program { static int Main(string[] args) { try { Console.OutputEncoding = Encoding.UTF8; ...
namespace Horizon.Payment.Alipay.Response { /// <summary> /// AlipayMerchantWeikeBillModifyResponse. /// </summary> public class AlipayMerchantWeikeBillModifyResponse : AlipayResponse { } }
/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * 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 r...
namespace Our.Umbraco.RedirectsViewer.Models { using System.Runtime.Serialization; /// <summary> /// Usergroup display model /// </summary> [DataContract(Name = "usergroup")] internal class UserGroupDisplay { /// <summary> /// Gets or sets the alias. /// </summary> ...
using System.Collections.Generic; using Essensoft.AspNetCore.Payment.Alipay.Response; namespace Essensoft.AspNetCore.Payment.Alipay.Request { /// <summary> /// alipay.iservice.mindv.snapshot.query /// </summary> public class AlipayIserviceMindvSnapshotQueryRequest : IAlipayRequest<AlipayIserviceMindvS...
using System; using System.ComponentModel.Design; using System.Globalization; using System.Threading; using System.Threading.Tasks; using Microsoft.VisualStudio.Shell; using Microsoft.VisualStudio.Shell.Interop; using VSCoverage.Helpers; using Task = System.Threading.Tasks.Task; namespace VSCoverage.UI { /// <sum...
// Copyright (c) Microsoft Corporation // The Microsoft Corporation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Text.Json.Serialization; namespace Microsoft.PowerToys.Settings.UI.Library { public class ShortcutGuideProperties ...
using System; using System.Reflection; using System.Runtime.InteropServices; using System.Runtime.CompilerServices; // 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: Asse...
// Copyright 2014 Serilog Contributors // // 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 applicable law or a...
#region license // Copyright (c) 2004, 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 the above co...
using Core.Dtos.CategoryDtos; using Core.Dtos.PageDtos; using Core.Models.Enums; namespace Core.Dtos.MenuDtos { public class MenuMemberDto { public MenuMemberTargetType TargetType { get; set; } public PageListItemDto Page { get; set; } public CategoryListItemDto Category { get; set; } ...
using ESFA.DC.ILR.Model.Mapper.Abstract; namespace ESFA.DC.ILR.Model.Mapper { public class LearningDeliveryWorkPlacementMapper : AbstractModelMapper<Loose.MessageLearnerLearningDeliveryLearningDeliveryWorkPlacement, MessageLearnerLearningDeliveryLearningDeliveryWorkPlacement> { protected override Mess...
/* * 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 System; using System.Data; using System.Collections.Generic; using Maticsoft.Common; using IMeiWei.Model; namespace IMeiWei.BLL { /// <summary> /// user /// </summary> public partial class user { private readonly IMeiWei.DAL.user dal=new IMeiWei.DAL.user(); public user() {} #region BasicMethod //...
using Sembium.ContentStorage.Misc.Utils; using Sembium.ContentStorage.Storage.Common; using Sembium.ContentStorage.Storage.Hosting; using Sembium.ContentStorage.Storage.Tools; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; na...
/* * 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 System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Core { /// <summary> /// Client: TCP link to the server from another process /// </summary> public class Client { public int ClientID { get; private set; } public string ClientName { ...
using NBi.Core.ResultSet; using NBi.Core.ResultSet.Filtering; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace NBi.Core.Calculation.Ranking { public class RankingArgs : IRankingInfo { public RankingOption Option { get; } ...
using Newtonsoft.Json.Linq; using Newtonsoft.Json; using services.Models; using services.Models.Data; using services.Resources; using System; using System.Collections.Generic; using System.Configuration; using System.Data; using System.Data.Entity; using System.Data.SqlClient; using System.Linq; using System.Net; usin...
// *** WARNING: this file was generated by the Pulumi SDK Generator. *** // *** 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; namespace Pulumi.Azur...
using Newtonsoft.Json; using System.Collections.Generic; namespace MealPlanner.Models { public class RepastForMenu { [JsonProperty] public string Name { get; private set; } [JsonProperty] public MealForMenu Meal { get; set; } public RepastForMenu(string repastName) ...