text
stringlengths
1
932k
/* * Copyright(c) 2021 Samsung Electronics Co., Ltd. * * 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...
namespace MilitaryElite.Exceptions { using System; public class InvalidCorpsException : Exception { public InvalidCorpsException() : base() { } public InvalidCorpsException(string message) : base(message) { } } }
//------------------------------------------------------------------------------ // <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 Xamarin.Forms; using Xamarin.Forms.Internals; using Xamarin.Forms.Xaml; namespace Wallet { [XamlCompilation(XamlCompilationOptions.Compile)] public partial class CardDetails : CardManager { public Card StorredCard { get; private set; } = null; public CardDetails (Card ...
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("Sim...
using System.IO; namespace AdventOfCode.Tests { internal static class StreamHelper { public static StreamReader GetStream(params string[] lines) { var stream = new MemoryStream(); var writer = new StreamWriter(stream); foreach (var line in lines) ...
// 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. // // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝ // ██╔██╗...
// This is the client program for the 'WellKnownServiceTypeEntry_Server.cs' program. using System; using System.Runtime.Remoting; using System.Runtime.Remoting.Channels; using System.Runtime.Remoting.Channels.Http; public class MyClient { public static void Main() { ChannelServices.RegisterChannel(new Ht...
//------------------------------------------------------------------------------ // <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 Kooboo.Data; using Kooboo.Data.Interface; using Kooboo.IndexedDB.CustomAttributes; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Kooboo.Web.Payment { public class PaymentCallback : IGolbalObject, ISiteObject { privat...
using System.Threading.Tasks; using Windows.ApplicationModel.Activation; namespace Template10.Samples.BusyIndicatorControlSample { /// Documentation on APIs used in this page: /// https://github.com/Windows-XAML/Template10/wiki sealed partial class App : Template10.Common.BootStrapper { publi...
using System; using System.Linq; using UnityEngine; namespace Alteracia.Animations { [CreateAssetMenu(fileName = "RotationAnimation", menuName = "AltAnimations/Rotation", order = 2)] [System.Serializable] public class Rotation : AltAnimation { /// <summary> /// Rotation at start ...
// 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; namespace JitTest { internal class Test { private static bool check(ulong op1, ulong ...
using System; using System.ComponentModel.DataAnnotations; using Blazorade.Bootstrap.Forms; namespace Blazorade.Bootstrap.Components.Showroom.Forms.Models { public class CompleteExample : IModelState { public ModelState ModelState { get; set; } = ModelState.Edit; [Required(ErrorMessage = "Name is required"), ...
/* * 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...
#region Copyright Syncfusion Inc. 2001-2021. // Copyright Syncfusion Inc. 2001-2021. All rights reserved. // Use of this code is subject to the terms of our license. // A copy of the current license can be obtained at any time by e-mailing // licensing@syncfusion.com. Any infringement will be prosecuted under // applic...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.IO; using System.Linq; using System.Net.Http; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; using LibGit2Sharp; using Octokit; using Repository = LibGit2Shar...
using System; namespace FullSerializer.Internal { public class fsForwardConverter : fsConverter { private string _memberName; public fsForwardConverter(fsForwardAttribute attribute) { this._memberName = attribute.MemberName; } public override bool CanProcess(Type type) { throw new NotSupportedExc...
/* * Program to plot the constructible points. * * Copyright (C) 2018 Ben Burns. * * MIT License, see /LICENSE for details. */ using System; using System.Collections.Generic; using System.Configuration; using System.Drawing; using System.Drawing.Imaging; using System.IO; using System.Linq; using System.Text; using Sys...
//------------------------------------------------------------------------------ // <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 SophiApp.Commons; using System; using System.Globalization; using System.Linq; using System.Windows; using System.Windows.Data; namespace SophiApp.Converters { internal class ChangesPanelVisibility : IMultiValueConverter { public object Convert(object[] values, Type targetType, object parameter,...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.Data.SqlClient; using Excel = Microsoft.Office.Interop.Excel; namespace Sales_and_Inventory_System__Gadgets_Shop_ { pu...
 @{ ViewBag.Title = "Edit"; Layout = "~/Views/Shared/_Layout.cshtml"; } <div class="container"> @if (ViewBag.massError == null) { <div class="row"> <div class="col-md-5 col-md-offset-1"> <form action=@Url.Action("Edit", "User") method="post"> <di...
// Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from um/urlmon.h in the Windows SDK for Windows 10.0.22000.0 // Original source is Copyright © Microsoft. All rights reserved. using NUnit.Framework; using System...
using Bakdelar.Areas.Identity.Data; using Bakdelar.MethodClasses; using Bakdelar.Models; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Identity; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Configuration; using Micr...
namespace Gawa.ACRender.DynamicParser { /// <summary> /// available types of nodes /// </summary> public enum NodeType { /// <summary> /// The node is a complex node, meaning it contains zero or more subnodes /// </summary> Complex, /// <summary> /// ...
namespace _06.FoodShortage.Interfaces { public interface ICitizen : IIdentifier, IBirth { public string Name { get;} public int Age { get; } } }
namespace VeilleConcurrentielle.Aggregator.WebApp.Models { public class GetAllStrategiessModels { public class GetAllStrategiesResponse { public GetAllStrategiesResponse(List<Strategy> strategies) { Strategies = strategies; } publi...
/* * 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...
/* * 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...
@model MyMvcProjectTemplate.Web.ViewModels.Account.ExternalLoginConfirmationViewModel @{ ViewBag.Title = "Register"; } <h2>@ViewBag.Title.</h2> <h3>Associate your @ViewBag.LoginProvider account.</h3> @using (Html.BeginForm("ExternalLoginConfirmation", "Account", new { ReturnUrl = ViewBag.ReturnUrl }, FormMethod.P...
using System; using System.Collections.Generic; using System.Text; namespace FluentTask.Enum { public enum eFrequencyType { NULL = 0, WEEKLY = 1, MONTHLY = 2, BY_INTERVAL = 3 } }
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace TurnerSoftware.RobotsExclusionTools.Tokenization { public abstract class TokenPatternValidatorBase : ITokenPatternValidator { protected abstract IEnumerable<TokenPattern> LookupTokenPatterns(TokenType tokenType); pu...
#region Copyright & Licence // This software is licensed under the MIT License // // // Copyright (C) 2012-15, Rob Levine // // // 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 witho...
// MvxCombinerSourceStep.cs // (c) Copyright Cirrious Ltd. http://www.cirrious.com // MvvmCross is licensed using Microsoft Public License (Ms-PL) // Contributions and inspirations noted in readme.md and license.txt // // Project Lead - Stuart Lodge, @slodge, me@slodge.com using System; using System.Collections.Gener...
using Newtonsoft.Json; namespace DSharpPlus.Entities { /// <summary> /// Represents information about a Discord voice server region. /// </summary> public class DiscordVoiceRegion { /// <summary> /// Gets the unique ID for the region. /// </summary> [JsonProperty("i...
 using System; using System.Collections.Generic; using System.Linq; using UnityEngine; namespace AnilTools.Move { /// EXAMPLE: /// const TransposeFlags transposeFlags = TransposeFlags.position | TransposeFlags.rotation | TransposeFlags.scale | TransposeFlags.isLocal; /// NpcController2.Player.Tran...
/**************************************************************************** *Copyright (c) 2018 yswenli All Rights Reserved. *CLR版本: 4.0.30319.42000 *机器名称:WENLI-PC *公司名称:yswenli *命名空间:SAEA.QueueSocket.Net *文件名: QContext *版本号: v5.0.0.1 *唯一标识:a2eba85c-13ff-4af2-99a6-ce922847bded *当前的用户域:WENLI-PC *创建人: yswenli *电子邮箱:we...
// 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 namespace DotNetNuke.Web.Mvc.Routing { using System; using System.Collections.Generic; using System.Glob...
using System.Security.Claims; using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc; using Microsoft.Extensions.Logging.Abstractions; using MyChess.Functions.Tests.Helpers; using MyChess.Functions.Tests.Stubs; using MyChess.Interfaces; using Xunit; namespace MyChess.Functions.Tests { public class MeFunctio...
/************************************************************************ AvalonDock Copyright (C) 2007-2013 Xceed Software Inc. This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at https://opensource.org/licenses/MS-PL *********************************...
using Decoder.REST.Models; using Decoder.REST.Services; using Microsoft.AspNetCore.Mvc; using Decoder.REST.Helpers; namespace Decoder.REST.Controllers { [Route("api/[controller]")] [ApiController] public class UsersController : ControllerBase { private IUserService _userService; publi...
// 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; namespace Cake.Core { /// <summary> /// Event data for the <see cref="ICakeEngine.AfterTeard...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlle...
// 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> /// Appli...
// <auto-generated /> using System; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Metadata; using Microsoft.EntityFrameworkCore.Migrations; using Microsoft.EntityFrameworkCore.Storage.ValueConversion; using RxAuto.Data; namespace RxAuto.Da...
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("Pla...
using UnityEngine; namespace KA { public class Bullet : MonoBehaviour { private float _speed; private const float BOUNCE_FORCE = 150; private const float BOUNCE_RADIUS = 120; private Vector3 _moveDirection; public void SetBullet(Vector3 direction, float speed) ...
 using b2xtranslator.StructuredStorage.Reader; namespace b2xtranslator.Spreadsheet.XlsFileFormat.Structures { public class XmlTkHeightPercent { public XmlTkDouble heightPercent; public XmlTkHeightPercent(IStreamReader reader) { this.heightPercent = new XmlTkDouble(reader)...
using System.Collections; using System.Collections.Generic; using UnityEngine; public class FSMMove : Behavior { public enum States : byte { Free, Forced, No, Ladder} public enum StatesMove : byte { Neutral, Air, Crouch, AirCrouch } public FSM<States> Inst = new FSM<States>(States.Free); public FSM<StatesMove> In...
// (c) Copyright Microsoft Corporation. // This source is subject to the Microsoft Public License (Ms-PL). // Please see http://go.microsoft.com/fwlink/?LinkID=131993 for details. // All other rights reserved. using System; using System.Collections.Generic; using System.Linq; namespace Microsoft.Test.VariationGenera...
using System; using System.Collections.Generic; using System.Text; using Mindscape.Raygun4Net.Builders; using Mindscape.Raygun4Net.Messages; namespace Mindscape.Raygun4Net2.Tests { public class FakeRaygunErrorMessageBuilder : RaygunErrorMessageBuilder { public RaygunErrorStackTraceLineMessage[] ExposeParseSta...
using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using JsonApiDotNetCore.Configuration; using JsonApiDotNetCore.Queries.Expressions; using JsonApiDotNetCore.Resources; using JsonApiDotNetCore.Resources.Annotations; using Microsoft.EntityFrameworkCore.Metadata; namespace...
// Copyright (c) 2021 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 BookApp.Books.Domain; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFramework...
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using static SharedTrip.Data.DataConstants; namespace SharedTrip.Data.Models { public class User { [Key] [Required] [MaxLength(IdMaxLength)] public string Id { get; set; } = Guid.NewGui...
// Copyright (c) Dapplo and contributors. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace Dapplo.Windows.Input.Enums { /// <summary> /// The different known HID usage pages /// </summary> public enum HidUsagePages : us...
using System.IO; using System.Linq; using BenchmarkDotNet.Toolchains.CsProj; namespace BenchmarkDotNet.Toolchains.CoreRun { public class CoreRunGenerator : CsProjGenerator { public CoreRunGenerator(FileInfo sourceCoreRun, FileInfo copyCoreRun, string targetFrameworkMoniker, string cliPath, string pack...
using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Hosting; using Stimulsoft.Report.NetCore; using System.Collections; namespace Manage_Report_Parameters_and_Interactions.Controllers { public class HomeController : Controller { private readonly IHostingEnvironment _hostEnvironment; pu...
using System.Collections.Generic; namespace SF.Web.Control.JqGrid.Core.Response { /// <summary> /// Class which represents TreeGrid record for jqGrid in nested set model. /// </summary> public class JqGridNestedSetTreeRecord : JqGridTreeRecord { #region Properties /// <summary> ...
using System; using System.Collections.Generic; using System.Diagnostics; namespace Orleans.Runtime.Counters { internal static class OrleansPerfCounterManager { internal const string CATEGORY_NAME = "OrleansRuntime"; internal const string CATEGORY_DESCRIPTION = "Orleans Runtime Counters"; ...
#pragma warning disable 108 // new keyword hiding #pragma warning disable 114 // new keyword hiding namespace Windows.ApplicationModel.Background { #if __ANDROID__ || __IOS__ || NET461 || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented] #endif public static partial class Backgr...
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("Lu...
using System.Collections.Generic; using System.Windows.Input; namespace SuperbEdit.Base { /// <summary> /// Interface for providing executable action including /// menu items and command window actions /// </summary> public interface IActionItem: ICommand { string Name { get; } ...
using System.Reflection.Emit; using SREmulator.Reader; namespace SREmulator.Instructions { internal class Nop : InstructionBase { public override OpCode OpCode => OpCodes.Nop; public override void Emulate(SRContext context, CilInstruction cilInstruction) { } } }
using System; namespace SharpVectors.Dom { /// <summary> /// Summary description for INode. /// </summary> public interface INode : IXmlNode { } }
using KeySwitchManager.Domain.KeySwitches.Models; using KeySwitchManager.UseCase.KeySwitches.Import.Spreadsheet; namespace KeySwitchManager.Interactors.KeySwitches { public class ImportSpreadSheetInteractor : IImportSpreadSheetUseCase { private IKeySwitchRepository Repository { get; } private I...
using CssUI.Internal; namespace CssUI.HTML { [MetaEnum] public enum ELinkType : int { /// <summary> /// Gives alternate representations of the current document. /// </summary> [MetaKeyword("alternate")] Alternate, /// <summary> /// Gives the prefer...
using Newtonsoft.Json; namespace eDrive.Osc.Serialisation.Json { /// <summary> /// Serializer for <see cref="int" />. /// </summary> [CustomOscJSonSerializer('i', typeof (int))] public class IntSerializer : OscTypeJsonSerializer<int> { /// <summary> /// Initializes a new...
// <auto-generated> // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/ads/googleads/v6/services/account_budget_service.proto // </auto-generated> #pragma warning disable 1591, 0612, 3021 #region Designer generated code using pb = global::Google.Protobuf; using pbc = global::Google.P...
#region Using directives using SimpleFramework.Xml.Strategy; using SimpleFramework.Xml; using System.Collections.Generic; using System; #endregion namespace SimpleFramework.Xml.Core { public class ErasureHandlingTest : ValidationTestCase { [Root] [Default] private static class ErasureExample<T> { ...
namespace EzSurvey.Presentation.WebClient.Settings { internal class ApiSettings { private string _baseAddress; public string BaseAddress { get => _baseAddress; set { if (value.EndsWith("/") == false) { ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using SFA.DAS.Campaign.Domain.Content; using SFA.DAS.Campaign.Domain.Content.HtmlControl; using SFA.DAS.Campaign.Infrastructure.Api.Converters; namespace SFA.DAS.Campaign.Infrastructure.Api.Factory { public class UnorderedListCo...
// *********************************************************************** // Assembly : MPT.CSI.OOAPI // Author : Mark Thomas // Created : 12-01-2018 // // Last Modified By : Mark Thomas // Last Modified On : 12-25-2018 // ********************************************************************...
using System; using System.Data; using System.Threading; using GSF.TimeSeries.Transport; using ServerCommand = GSF.TimeSeries.Transport.ServerCommand; namespace openVisN { /// <summary> /// Retrieves current meta-data from openHistorian using GEP /// </summary> internal sealed class MetadataRetriever ...
/* * Licensed under the Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0) * See https://github.com/aspnet-contrib/AspNet.Security.OAuth.Providers * for more information concerning the license and the contributors participating to this project. */ using System.Security.Claims; using System.T...
using Sklad_v1_001.GlobalVariable; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; using System.Windows.Input; using System.Windows.Media; ...
using System.Web; using System.Web.Optimization; namespace G2B_Product { public class BundleConfig { // For more information on bundling, visit https://go.microsoft.com/fwlink/?LinkId=301862 public static void RegisterBundles(BundleCollection bundles) { bundles.Add(new Scri...
// ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // ------------------------------------------------------------------------------ /...
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("Gen...
using UnityEngine; using System.Collections; public class DynamicChickenCreation : MonoBehaviour { private int Chicken, Team;//Chicken means the chicken model's choice at StartGame scene, and Team the team's choice private int enemyTeam; //private ArrayList TeamList = new ArrayList();...
using ATS.MVVM.Collections; using ATS.MVVM.Core; using Dissertation.Modeling.Helpers; using Dissertation.Modeling.Model.Basics; using System; using System.Collections.Generic; namespace Dissertation.Modeling.Model.OrbitalSystem { /// <summary> /// Орбитальная система, которая может состоять из нескольких ярус...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System; using System.Collections.Generic; using System.Text.Json; using Azure.Core; namespace Azure.Security.KeyVault.Certificates { /// <summary> /// A policy which governs the lifecycle a properties of a c...
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("Ex...
/** * Copyright 2015 Canada Health Infoway, Inc. * * 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 applicab...
using System; using System.Collections.Generic; using System.Linq; using Microsoft.SharePoint.Client; using Microsoft.SharePoint.Client.Taxonomy; using OfficeDevPnP.Core.Framework.Provisioning.Model; using OfficeDevPnP.Core.Framework.Provisioning.ObjectHandlers.TokenDefinitions; using System.Resources; using System.Co...
using Acid.Forms.Config; using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Drawing; using System.Linq; using System.Windows.Forms; namespace Acid.Forms.Docking { [ToolboxItem(false)] public class DarkDockRegion : Panel { #region Fie...
// ----------------------------------------------------------------------- // <copyright file="ApplicationInsightsTelemetryProvider.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // ----------------------------------------------------------------------- names...
using System; using Sonneville.AssessorsAdapter.Scraper.Assessors; namespace Sonneville.AssessorsAdapter.Scraper { public interface IScraper : IDisposable { RealEstateRecord CollectAssessment(string address); } }
using System.Collections; using System.Collections.Generic; using UnityEngine; public class CharacterList { public struct Spell // cone of cold, bolt { public Spell(string name, int damage, uint mana_cost) { this.damage = damage; this.name = name; this.mana...
using System; namespace RepoDb.Exceptions { /// <summary> /// An exception that is being thrown when the mapping is being added to the existing one without overriding it. /// </summary> public class MappingExistsException : Exception { /// <summary> /// Creates a new instance of <s...
namespace LoginAPI.Domain.ValueObjects { public class AppSettings { public string Secret { get; set; } public int ExpiracaoHoras { get; set; } public string Emissor { get; set; } public string ValidoEm { get; set; } } }
namespace TransparentFacadeSubSystem.Abstractions { public interface IComponentA { string OperationA(); string OperationB(); } }
using System.Threading.Tasks; using AccountingSystems.Configuration.Dto; namespace AccountingSystems.Configuration { public interface IConfigurationAppService { Task ChangeUiTheme(ChangeUiThemeInput input); } }
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("Re...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using EntitiesLayer.ViewModel; namespace ServiceLayer.Interfaces { public interface IInvoiceServices { ContactPerson GetContactPersonByInvoiceID(long InvoiceIdint, int GateWayType); }...
using System; using System.Linq; using System.Windows.Data; using System.Windows.Media; namespace PeopleApplication { public class DecadeConverter : IValueConverter { public object Convert(object value, Type targetType, object parameter, System.Globalization.CultureInfo culture) { ...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace HandelNieruchomosciami.Controllers.Models.Interfaces { public interface ITransakcjaRepository { List<Transakcja> GetAll(); Transakcja GetTransakcja(int TransakcjaId); } }
using IsblCheck.Core.Context.Application; namespace IsblCheck.Context.Application { /// <summary> /// Фабрика контекста приложения. /// </summary> public class ApplicationContextFactory : IApplicationContextFactory { /// <summary> /// Создать контекст приложения. /// </summary> /// <returns>...
namespace ePlatform.eBelge.Api.Models.Models.Enums { public enum EArsivReportStatus { Running = 0, Completed = 1, Failed = 2, Archived = 3, Sending = 4, Waiting = 5, SendingFailed = 6, Partitioned = 7, Empty = 8, Created = 9, ...
using System.Collections.Generic; using System.Threading.Tasks; namespace Oqtane.Services { public interface ISystemService { Task<Dictionary<string, string>> GetSystemInfoAsync(); Task UpdateSystemInfoAsync(Dictionary<string, string> settings); } }