text
stringlengths
1
932k
namespace ProjectManagementTool.Migrations { using System; using System.Data.Entity.Migrations; public partial class InitialCreate : DbMigration { public override void Up() { CreateTable( "dbo.Role", c => new { ...
using System; using System.Collections.Generic; public class HarvesterFactory { public static Harvester GenerateHarvester(List<string> arguments) { string type = arguments[0]; string id = arguments[1]; double oreOutput = double.Parse(arguments[2]); double energyRequirement = do...
using DotVVM.Framework.Hosting; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using DotVVM.Framework.Compilation.Javascript; using DotVVM.Framework.Compilation.Javascript.Ast; namespace DotVVM.Framework.Binding { public class BindingPageInfo ...
using System; using System.Xml.Serialization; using System.Collections.Generic; using Aop.Api.Domain; namespace Aop.Api.Response { /// <summary> /// AlipayEcoTextDetectResponse. /// </summary> public class AlipayEcoTextDetectResponse : AopResponse { /// <summary> /// 检测结果 //...
// ------------------------------------------------------------------------------ // // Copyright (c) 2008 Swampware, Inc. // // 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 // r...
#pragma checksum "C:\Users\DELL\source\repos\AuthenticatedWebApplication\AuthenticatedWebApplication\Views\Home\Index.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "99464617055fdb505bb0bb7fd91f9b14f7b0d030" // <auto-generated/> #pragma warning disable 1591 [assembly: global::Microsoft.AspNetCore.Razor.Hosting.RazorC...
using NUnit.Framework; using CodeDistribution.Common; using System.Collections.Generic; using System.Linq; namespace UnitTests { public class ResultsTests { [Test] public void CorrectFileAnalysisData_GivenInitialData() { var expectedPath = "/test/file/path.test.extension"; ...
using System; namespace _02._01.Ages { class Program { static void Main(string[] args) { int ages = int.Parse(Console.ReadLine()); if (ages >= 0 && ages <= 2) { Console.WriteLine("baby"); } else if (ages >= 3 && ages <...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Threading.Tasks; using VkNet.Enums; using VkNet.Model; using VkNet.Model.Attachments; using VkNet.Model.RequestParams; using VkNet.Utils; namespace VkNet.Categories { /// <inheritdoc /> public partial class PhotoCatego...
// Copyright (c) 2004, 2019, Oracle and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License, version 2.0, as // published by the Free Software Foundation. // // This program is also distributed with c...
namespace Contas { partial class Form1 { /// <summary> /// Variável de designer necessária. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Limpar os recursos que estão sendo usados. /// </summary> ///...
// Copyright (c) Philipp Wagner. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using TinyCsvParser.Exceptions; namespace TinyCsvParser.TypeConverter { public abstract class NonNullableConverter<TTargetType> : BaseConverter...
#pragma warning disable 1591 //------------------------------------------------------------------------------ // <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 regenerate...
using System.Windows.Input; using ReactiveUI; namespace WalletWasabi.Fluent.ViewModels.Dialogs { public class TestDialogViewModel : DialogViewModelBase<bool> { private IScreen _screen; private string _message; public TestDialogViewModel(IScreen screen, string message) { _screen = screen; _message = me...
/* * 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 System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace RestaurantReviews.Library { public interface IEntity { DateTime Created { get; set; } DateTime? Modified { get; set; } } }
//----------------------------------------------------------------------------- // Copyright : (c) Chris Moore, 2020 // License : MIT //----------------------------------------------------------------------------- namespace Z0 { using System; using System.Runtime.CompilerServices; using static Root...
using System; using System.Web; using System.Web.Http; using System.Web.Mvc; using System.Web.Optimization; using System.Web.Routing; namespace TwitterCards { public class Global : HttpApplication { void Application_Start(object sender, EventArgs e) { // Code that runs on applicati...
using Orangebeard.Client.Abstractions.Models; using Orangebeard.Client.Converters; using System; using System.Collections.Generic; using System.Runtime.Serialization; namespace Orangebeard.Client.Abstractions.Requests { /// <summary> /// Defines a request to finish specified launch. /// </summary> [Da...
// ReSharper disable InconsistentNaming // ReSharper disable UnusedMember.Global namespace UAlbion.Base { //[JsonConverter(typeof(StringEnumConverter))] public enum AutomapTiles : byte { Set1 = 1, Set2 = 2, } }
#region copyright // ------------------------------------------------------- // Copyright (C) Dmitriy Yukhanov [https://codestage.net] // ------------------------------------------------------- #endregion namespace CodeStage.Maintainer.Issues { using System; using System.Text; using Core; using Core.Scan; using ...
/* * Copyright (c) 2008, openmetaverse.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 copyright notice, this * list ...
// 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.IO; using System.Linq; using System.Threading; using System....
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; [assembly: AssemblyTitle("Jdenticon .NET Standard 2.0")]
using System; using Abp.Dependency; using Abp.Domain.Repositories; namespace Abp.EntityFramework.Repositories { public interface IEfGenericRepositoryRegistrar { void RegisterForDbContext( Type dbContextType, IIocManager iocManager, AutoRepositoryTypesAttribute defau...
// ---------------------------------------------------------------------- // <copyright file="StateBaseEx.cs" company="SoloX Software"> // Copyright (c) SoloX Software. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // </copyright> // --------...
// *** 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...
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. See License.md in the project root for license information. using System; using System.Net; using Microsoft.AspNet.SignalR.Infrastructure; namespace Microsoft.AspNet.SignalR.Client.Infrastructure { internal static class ExceptionHelper {...
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; using Newtonsoft.Json; namespace EJ2MVCSampleBrowser.Controllers.Maps { public partial class MapsController : Controller { // GET: ColorMapping public ActionResult ColorMapping() ...
using System; using System.Runtime.InteropServices; using System.Security; namespace Armadillo { public unsafe partial class wrapper1 { internal partial struct __Internal { [SuppressUnmanagedCodeSecurity] [DllImport("libarmadillo", CallingConvention = global::System.Run...
/* * Generated code file by Il2CppInspector - http://www.djkaty.com - https://github.com/djkaty */ using System; using System.ComponentModel; using System.Diagnostics; using System.Runtime.CompilerServices; // Image 50: SteamVR.dll - Assembly: SteamVR, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - Types ...
/* Polish System for Archivising Music Control Library (PSAM Control Library) http://www.archiwistykamuzyczna.pl/index.php?article=download&lang=en#psamcontrollibrary Copyright (c) 2010, Jacek Salamon All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted...
using Newtonsoft.Json; namespace WalletWasabi.Tests.UnitTests.Crypto; public class StrobeOperation { [JsonConstructor] public StrobeOperation(string name, int security, string customString, uint inputLength, string output, bool isMeta, string inputData, string stateAfter, bool isStream) { Name = name; Security...
 namespace WinFormsSample.Axes.NamedLabels { partial class View { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summar...
// This file is provided under The MIT License as part of Steamworks.NET. // Copyright (c) 2013-2019 Riley Labrecque // Please see the included LICENSE.txt for additional information. // This file is automatically generated. // Changes to this file will be reverted when you update Steamworks.NET #if !(UNITY_STANDALON...
using System.IO; using System.Runtime.Serialization; using GameEstate.Formats.Red.CR2W.Reflection; using FastMember; using static GameEstate.Formats.Red.Records.Enums; namespace GameEstate.Formats.Red.Types { [DataContract(Namespace = "")] [REDMeta] public class W3POI_PlegmundEntity : CR4MapPinEntity { public W...
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("Si...
using Newtonsoft.Json; namespace DaData.Models.Additional.Data { public class DataSuggestionsResources { [JsonProperty("ЕГРЮЛ")] public string Egrul { get; set; } [JsonProperty("ФИАС")] public string Fias { get; set; } [JsonProperty("IP-адреса")] public string IpAddress { get; set; } ...
namespace GraphX.Logic.Algorithms.LayoutAlgorithms { public class CircularLayoutParameters : LayoutParametersBase { } }
using System; namespace XiangQi{ class Chess{ public Chess(){ } public string[,] playerside(){ string[,]playerchess_type = new string[2,7]; for(int i=0;i<2;i++){ for(int j=0;j<7;j++){ playerchess_type[i,j] = " " ; ...
namespace PataNext.Module.Simulation.Components.GamePlay.RhythmEngine.Structures { public struct ActionRange { public int Start, End; public ActionRange(int start, int end) { Start = start; End = end; } } }
/* * Copyright (c) 2016 Samsung Electronics Co., Ltd * * Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://floralicense.org/license/ * * Unless required by applicable law or...
using MyProject.DataModels; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace MyProject.Repositories { public interface ICategoryRepo { IEnumerable<Category> GetAll(); Category GetById(int id); void Delete(int id); void U...
//---------------------------------------------------------------------- // // Copyright (c) Microsoft Corporation. // All rights reserved. // // This code is licensed under the MIT License. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentat...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; [assembly: AssemblyTitle("balanced_binary_tree.tests")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("balanced_binary_tree.tests"...
using System.Threading.Tasks; using Lykke.Sdk; namespace Lykke.Exchange.Api.MarketData { internal sealed class Program { public static async Task Main(string[] args) { #if DEBUG await LykkeStarter.Start<Startup>(true); #else await LykkeStarter.Start<Startup>(false); #end...
using System; using LuaInterface; public class ToLua_System_Delegate { public static string AdditionNameSpace = "System.Collections.Generic"; [NoToLuaAttribute] public static string op_AdditionDefined = @" try { LuaTypes type = LuaDLL.lua_type(L, 1);...
namespace Feature.Manager.Api.Uuid { public class UuidService : IUuidService { public string GenerateUuId() { return System.Guid.NewGuid().ToString(); } } }
using System; namespace cmstar.WebApi { public partial class ApiSetup { /// <summary> /// 注册具有0个参数且有返回值的方法到API注册信息中。 /// </summary> /// <typeparam name="TResult">方法返回值的类型。</typeparam> /// <param name="method">注册的方法。</param> /// <returns><see cref="ApiMethodSetup...
// ReSharper disable InconsistentNaming namespace Gu.State.Tests.Internals.Errors { using System.Reflection; using NUnit.Framework; public static partial class ErrorBuilderTests { [Test] public static void FinnishWhenNull() { var errors = ErrorBuilder.Start() ...
// 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.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; using NextGenSoftware.OASIS.API.Core.Interfaces.STAR; using NextGenSoftware.OASIS.API.Providers.SQLLiteDBOASIS.Prototypes; namespace NextGenSoftware.OASIS.API.Providers.SQLLiteDBOASIS.DataBaseModels{ [Ta...
using System; using System.Linq; using System.Net; using System.Net.Mail; using System.Threading; using System.Threading.Tasks; using FluentEmail.Core; using FluentEmail.Core.Interfaces; using FluentEmail.Core.Models; using FluentEmail.Smtp; namespace FluentEmail.Mailtrap { /// <summary> /// Send emails to a ...
using System; using System.Collections.Generic; using System.Text; using Xunit; using Shouldly; namespace Riven.Security { public class SimpleStringCipher_Test { [Fact] public void EncryptAndDecrypt() { var passPhrase = "I`m staneee."; var salt = Encoding.UTF8.Ge...
using UnityEngine; using System.Collections; public class Planet : MonoBehaviour { public float speed; // The speed of the planet public bool isMoving; // Flag to make the planet scroll down the screen Vector2 min; // this is the botto-left point of the screen Vector2 max; // this is the top-right point of the ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using CommandLine; namespace CertCreator.CommandLineParsing { [Verb("sc", HelpText = "Create SCOM certificate")] internal class ScomCertArgs : IssuedCertArgsBase { } }
using System; using System.Collections.Generic; namespace Common.Communication { public interface ICommandSerializer { string SerializeCommand(Command command); Command DeserializeCommandOrNull(string jsonCommand, IEnumerable<Type> parsableCommandTypes); } }
// c:\program files (x86)\windows kits\10\include\10.0.22000.0\um\d3d10umddi.h(7248,13) using System; using System.Runtime.InteropServices; namespace DirectN { [StructLayout(LayoutKind.Sequential)] public partial struct D3D11DDI_THREADING_CAPS { public uint Caps; } }
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; using System.Net.Http; using System.Net.Http.Headers; using S...
using ReversoConsole.DbModel; using Microsoft.EntityFrameworkCore; using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ReversoConsole.Controller { public class UserController : BaseController { private readonly WebAppContext _context; public List<Us...
using System; using System.Collections.Generic; using System.Globalization; using System.Text; namespace SIS.HTTP.Cookies { public class HttpCookie { private const int HttpCookieDefaultExpirationDays = 3; private const string HttpCookieDefaultPath = "/"; public HttpCookie(string key, ...
using System; using System.Collections.Generic; using System.Text; using System.Diagnostics; using System.Runtime.Serialization; namespace HTLib2 { public static partial class LinAlg { public static double? Det(this MatrixByArr mat) { if(mat.ColSize == 2 && mat.RowSize == 2) return ...
namespace Databasep { partial class Add_Visitor { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <pa...
#region Copyright (c) 2006-2014 nHydrate.org, All Rights Reserved // -------------------------------------------------------------------------- * // NHYDRATE.ORG * // Copyright (c) 2006-2014 All Rights reserved * // ...
using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Threading.Tasks; using Elsa.Server.Models; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.RazorPages; using Newtonsoft.Json; namespace Elsa.Server.Pages { public class ViewTicketModel : PageModel ...
// // DefaultSecureMimeContextTests.cs // // Author: Jeffrey Stedfast <jestedfa@microsoft.com> // // Copyright (c) 2013-2018 Xamarin Inc. (www.xamarin.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...
using System; using System.Collections.Generic; using System.Text; namespace Nebula.ExceptionCore { public class CoreLevelException : Exception { } }
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace CamundaClient.Dto { public class FetchAndLockTopic { public string TopicName { get; set; } public string[] TenantIdIn { get; set; } public long LockDuration { g...
using System.Security.Claims; using Microsoft.AspNetCore.Identity; using Microsoft.AspNetCore.Identity.EntityFrameworkCore; using SimplCommerce.Module.Core.Data; using SimplCommerce.Module.Core.Models; namespace SimplCommerce.Module.Core.Extensions { public class SimplUserStore : UserStore<User, Role, SimplDbCont...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using RDotNet; // https://archive.codeplex.com/?p=rdotnet // https://github.com/rdotnet/rdotnet namespace PackageR { class Program { public delegate void...
namespace Multilinks.Identity.Models.ConsentViewModels { public class ProcessConsentResult { public bool IsRedirect => RedirectUri != null; public string RedirectUri { get; set; } public bool ShowView => ViewModel != null; public ConsentViewModel ViewModel { get; set; } public boo...
using Moyasar.Abstraction; using Newtonsoft.Json; namespace Moyasar.Models { /// <summary> /// Represents credit card payment method for a payment /// </summary> public class CreditCard : IPaymentMethod { private const string CompanyFieldName = "company"; private const string NameFi...
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Christmas { public class Bag { private List<Present> data; public Bag(string color, int capacity) { this.Color = color; this.Capacity = capacity; this.da...
using G1ANT.Language; using System; namespace G1ANT.Addon.Selenium.Variables { [Variable( Name = "timeoutselenium", Tooltip = "Determines the timeout value (in ms) for several `selenium.` commands; the default value is 10000 (10 seconds)")] public class TimeoutSeleniumVariable : Variable {...
using System; namespace CLRSharp { public interface ICrossBind { Type Type { get; } object CreateBind(CLRSharp_Instance inst); } }
using System; using System.Linq; using System.Collections.Generic; namespace muOnline { class Program { static void Main(string[] args) { int healt = 100; int bitcoins = 0; string[] input = Console.ReadLine().Split("|"); for (int i = 0; i < inp...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Town_Map_Generator { class Program { static void Main() { var mapgen = new Landmass(); mapgen.GenerateLandmass(); Console.ReadKey; ...
namespace Datadog.Trace.MassTransit { internal static class MassTransitOperationName { /// <summary> /// MassTransit Transport category constants. /// </summary> internal static class Transport { /// <summary> /// MassTransit send diagnostic sourc...
namespace MassTransit.Azure.ServiceBus.Core.Transport { using System; using System.Linq; using System.Threading; using System.Threading.Tasks; using Context; using Contexts; using GreenPipes; using GreenPipes.Agents; using GreenPipes.Internals.Extensions; using Microsoft.Azure.S...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; using Java.Interop.Tools.Generator.Enumification; using Microsoft.VisualBasic; namespace BindingStudio.Di...
//////////////////////////////////////////////////////////////////////////////// //NUnit tests for "EF Core Provider for LCPI OLE DB" // IBProvider and Contributors. 26.01.2021. using System; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.S...
// <auto-generated /> using System; using ExamWebApp.Data; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Metadata; using Microsoft.EntityFrameworkCore.Migrations; using Microsoft.EntityFrameworkCore.Storage.ValueConversion; namespace ExamW...
namespace GrowATree.Domain.Entities { using System; using System.ComponentModel.DataAnnotations; using GrowATree.Domain.Enums; public class TreeReport { [Key] public string Id { get; set; } = Guid.NewGuid().ToString(); public string Message { get; set; } public st...
using System.Linq; using System.Threading.Tasks; using NUnit.Framework; namespace Debaser.Tests.Corners { [TestFixture] public class InsertEmptySequence : FixtureBase { private UpsertHelper<MinimalRow> _upserter; protected override void SetUp() { _upserter = new UpsertHelper<MinimalRow>(ConnectionString)...
using System.Globalization; using System.Windows.Controls; namespace adrilight.ValidationRules { internal class NotEmptyValidationRule : ValidationRule { public override ValidationResult Validate(object value, CultureInfo cultureInfo) { return string.IsNullOrWhiteSpace((value ?? st...
// Copyright 2021 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.Linq.Expressions; using System.Text.RegularExpressions; using System.Web; namespace Elliptical.Mvc { public static partial class Extensions { /// <summary> /// /// </summary> /// <param name="sourc...
using CaseManagement.CMMN.Domains; using CaseManagement.CMMN.Parser; using CaseManagement.CMMN.Persistence; using CaseManagement.CMMN.Persistence.InMemory; using Microsoft.Extensions.DependencyInjection; using System.Collections.Concurrent; using System.Collections.Generic; using System.IO; namespace CaseManagement.C...
using Autofac; using CQELight.Abstractions.CQS.Interfaces; using CQELight.Abstractions.DDD; using CQELight.Abstractions.Events; using CQELight.Abstractions.Events.Interfaces; using CQELight.Abstractions.IoC.Interfaces; using CQELight.Bootstrapping.Notifications; using CQELight.TestFramework; using FluentAssertions; us...
//----------------------------------------------------------------------- // <copyright file="ConnectionManager.cs" company="Microsoft Corporation"> // Copyright (c) Microsoft Corporation. // </copyright> //----------------------------------------------------------------------- using System; using System.Collecti...
//------------------------------------------------------------------------------ // <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> //--...
// Copyright (c) Josef Pihrt. 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.Immutable; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Synta...
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("Bi...
namespace StorageMaster.Common { public class ExceptionMessages { public const string InvalidPrice = "Price cannot be negative!"; public const string FullVehicle = "Vehicle is full!"; public const string EmptyVehicle = "No products left in vehicle!"; public const string Inval...
using System; using System.Collections.Generic; using System.Runtime.Serialization; using System.Text; namespace Gainzville.Shared { [DataContract] public class Profile { [DataMember] public string Name { get; set; } [DataMember] public int Id { get; set; } [DataM...
//----------------------------------------------------------------------- // <copyright file="Vector2IntMinMaxAttributeDrawer.cs" company="Sirenix IVS"> // Copyright (c) Sirenix IVS. All rights reserved. // </copyright> //----------------------------------------------------------------------- #if UNITY_EDITOR && UNIT...
//----------------------------------------------------------------------- // <copyright file="Stash.cs" company="None"> // Copyright (c) Brandon Wallace and Jesse Calhoun. All rights reserved. // </copyright> //----------------------------------------------------------------------- namespace TQVaultAE.Domain.Entiti...
using System.Collections; using System.Collections.Generic; using UnityEngine; namespace GK { public static class VectorExtensions { public static bool IsReal(this float f) { return !float.IsInfinity(f) && !float.IsNaN(f); } public static bool IsReal(this Vector2 v2) { return v2.x.IsReal() && v2.y.IsRe...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using Microsoft.EntityFrameworkCore; using WorldCitiesAPI.Data; using WorldCitiesAPI.Data.Models; namespace WorldCitiesAPI.Controllers { [Route("api/[co...
#region UsingDirective 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; #endregion namespace AntySpamPlugin { public partial class SplashScreen : Form { #region Varia...