text stringlengths 1 932k |
|---|
using System;
using System.Reflection.Emit;
public static partial class Extensions
{
/// <summary>
/// Pops two integer values from the evaluation stack and branches to the given label if the first is equal to the
/// second
/// </summary>
/// <param name="il">The <see cref="T:System.Refle... |
<div class="item">
<a class="ui logo icon image" src="/">
<img src="/images/logo.png">
</a>
<a href="/"><b>Control panel</b></a>
</div>
<a class="item" asp-route-area="ControlPanel" asp-controller="ManageUsers" asp-action="Index">Users</a>
<a... |
using System;
using System.IO;
using System.Collections.Generic;
using System.Linq;
using LunarLabs.WebServer.HTTP;
using LunarLabs.WebServer.Templates;
using Phantasma.Blockchain.Contracts;
using Phantasma.Cryptography;
using Phantasma.RpcClient.DTOs;
using Phantasma.Numerics;
using Phantom.Wallet.Controllers;
using ... |
namespace RailDataEngine.Domain.Interactor.StationBoardInteractor
{
public class StationBoardArrivalsInteractorRequest
{
public string Crs { get; set; }
}
} |
/*
* 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... |
namespace BotBits
{
public static class MultiJump
{
public const uint Infinite = unchecked((uint)-1);
}
} |
using IfiNavetNotifier.Extentions;
namespace IfiNavetNotifier.BusinessRules.Rules
{
public class ClosedRule : IBusinessRule
{
public string RuleName { get; } = nameof(ClosedRule).ToRuleName();
public int Priority { get; } = 100;
public bool CheckCompliance(IfiEvent database, IfiEvent t... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.Hosting;
using Microsoft.Extensions.Logging;
namespace OrchardSkills.OIDC.BlazorWASM
{
public class Program
{... |
using System;
using Newtonsoft.Json;
namespace Kriptal.Models
{
public partial class StampResultData
{
[JsonProperty("token")]
public string Token { get; set; }
[JsonProperty("hash")]
public string Hash { get; set; }
[JsonProperty("time")]
public DateTimeOffse... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Xamarin.Forms;
using Xamarin.Forms.Internals;
using Xamarin.Forms.Xaml;
namespace Xamarin.Forms.Controls.Issues
{
#if APP
[XamlCompilation(XamlCompilationOptions.Compile)]
#endif
[Preserve(AllM... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using RadiumRest.Core.Messaging;
namespace RadiumRest.Owin
{
public class OwinRadiumContext : RadiumContext
{
private Microsoft.Owin.IOwinContext _ctx;
public OwinRadiumContext... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.RazorPages;
using Microsoft.Extensions.Logging;
namespace WebApplicationSample.Pages
{
public class PrivacyModel : PageModel
{
private readonl... |
using Italbytz.Ports.Exam.OperatingSystems;
namespace Italbytz.Adapters.Exam.OperatingSystems
{
public class SchedulingSolution : ISchedulingSolution
{
public double Time { get; 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("Lad... |
using NKnife.Storages.SQL.Common;
using NKnife.Storages.UnitTests.SQL.DataBase;
using NKnife.Storages.Util;
using Xunit;
namespace NKnife.Storages.UnitTests.Util
{
public class ReflectionTest
{
[Fact]
public void GetForeignKeys()
{
var fk1 = Reflection.GetForeignKeys<Book>()... |
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Threading.Tasks;
using System.Web;
using System.Web.Http;
namespace DojoTypeDescriptor.Controllers.Api
{
[RoutePrefix("api/dojopage")]
public class ApiDojoPageController : ... |
// 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 System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Elastic.Ela... |
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.Logging;
namespace _01_container
{
public class Program
{
... |
using System;
using Newtonsoft.Json;
namespace TdLib
{
/// <summary>
/// Autogenerated TDLib APIs
/// </summary>
public static partial class TdApi
{
/// <summary>
/// A media album
/// </summary>
public partial class PushMessageContent : Object
{
... |
//
// Gendarme.Framework.Engines.OpCodeEngine
//
// Authors:
// Sebastien Pouliot <sebastien@ximian.com>
//
// Copyright (C) 2008 Novell, Inc (http://www.novell.com)
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"... |
using System;
using System.Linq;
using System.Collections.Generic;
namespace Proxy.Comman {
public class Global {
/**/
#region variables
/**/
public static string ApiKey = "c984126090516d942b85f9920d744faa553f92bf";
/**/
#endregion
/**/
}
} |
namespace Rein.RogueWispPlugin.Helpers
{
internal class FlashElement : ParticleElementTemplate
{
internal FlashElement( ParticleElement element ) : base( element )
{
}
}
} |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
#if NETFX_CORE && !WinRT
#define WinRT
#endif
namespace AldursLab.WurmApi.Modules.Events
{
/// <summary>
/// Generic extension methods used by the framework.
/// </summary>
stati... |
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the MIT license. See License.txt in the project root for license information.
using System.Collections.Immutable;
using System.Diagnostics;
using System.Linq;
using Analyzer.Utilities;
namespace Microsoft.CodeAnalysis.FlowAnalysis.DataFlow.PointsToAn... |
// 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.Composition;
using System.Linq;
using NuGet.Configuration;
using NuGet.Prot... |
//------------------------------------------------------------------------------
// <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 RoadFlow.Data.Interface;
using RoadFlow.Data.Model;
using RoadFlow.Utility;
using System;
using System.Collections.Generic;
using System.Data;
using System.Data.SqlClient;
using System.Text;
namespace RoadFlow.Data.MSSQL
{
public class ProgramBuilder : IProgramBuilder
{
private DBHelper dbHelper = new DBHelp... |
// 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.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
using JetBrains.Annotations;
using Microsof... |
using LNF.Impl.Repository.Data;
namespace LNF.Impl.Mappings.Data
{
internal class ActiveLogAccountMap : AccountInfoBaseMap<ActiveLogAccount>
{
internal ActiveLogAccountMap()
{
Id(x => x.LogID);
Map(x => x.Record);
Map(x => x.EnableDate);
Map(x =>... |
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp.Syntax;
using SharpX.Compiler.Extensions;
using SharpX.Library.ShaderLab.Attributes;
namespace SharpX.Compiler.ShaderLab.Models.HLSL.Captures
{
... |
using FsCms.Entity;
using FsCms.Service.DAL;
using FsCms.Service.Helper;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
namespace FsCms.Web.Common.Help
{
public class ReadWikiHepler
{
ArticleTypeDAL _ArticleTypeDAL... |
using System;
using System.Linq;
using System.Security.Cryptography;
using System.Text;
using IRunes.App.Common;
using IRunes.App.Services.Contracts;
namespace IRunes.App.Services
{
public class EncryptionService : IEncryptionService
{
public string HashPassword(string password)
{
using (var hashAlgori... |
/****************************************************************************
Copyright (c) 2013-2015 scutgame.com
http://www.scutgame.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... |
namespace DotNetBungieAPI.Generated.Models.Destiny.Advanced;
public enum AwaUserSelection : int
{
None = 0,
Rejected = 1,
Approved = 2
} |
/*
* Influx API Service
*
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* OpenAPI spec version: 0.1.0
*
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
using System;
using System.Collections.Generic;
using System.Collec... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
namespace RabbitLight.Helpers
{
internal static class Monitor
{
private static List<(Guid, Task, CancellationToken)> _tasks = new List<(Guid, Task, CancellationToken)>();
p... |
namespace GestioneRistorante
{
partial class FormInfoPrenotazione
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summa... |
// FILE AUTOGENERATED. DO NOT MODIFY
namespace Starfield.Core.Item.Items {
[Item("minecraft:birch_sapling", 25, 64, 21)]
public class ItemBirchSapling : BlockItem { }
} |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Windows;
// 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.
#if T... |
using System.Net.NetworkInformation;
using System.Net;
namespace PingUI.Model
{
public class PingResult : BaseModel
{
private string address;
private string status;
private string time;
/// <summary>
/// Responding ipv4 / ipv6 address
/// usually type IPAddres... |
using System;
using System.Xml.Serialization;
using System.ComponentModel.DataAnnotations;
using BroadWorksConnector.Ocip.Validation;
using System.Collections.Generic;
namespace BroadWorksConnector.Ocip.Models
{
/// <summary>
/// Modify the group level pre-alerting service settings.
/// The response is eit... |
using Microsoft.AspNetCore.Identity;
using Microsoft.AspNetCore.Mvc;
using System.Threading.Tasks;
namespace WEB.Shop.UI.Controllers
{
public class AccountController : Controller
{
private SignInManager<IdentityUser> _signInManager;
public AccountController(SignInManager<IdentityUser> signInM... |
using ServiceBus.Infra.Entities;
namespace ServiceBus.Infra.Interfaces
{
public interface IBusMessageContext
{
IConector Conector { get; set; }
MessageData Data { get; set; }
string GetString();
}
} |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace PCAxis.Serializers.JsonStat.Model
{
public class JsonStatDimension : Dictionary<string, List<string>>
{
public void Add(string key, string value)
{
if (!ContainsKey(key))
{
base.Add(key, new List<string>())... |
using UnityEngine;
using System.Collections;
public class AnimationController : MonoBehaviour {
void Start () {
Animator animator = this.GetComponent<Animator> ();
}
} |
using Caber.FileSystem.Filters;
namespace Caber.Configuration.Storage.Validation
{
public class InvalidFilterRegex : ConfigurationRuleViolation
{
public string Regex { get; }
public string Message { get; }
public InvalidFilterRegex(string regex, string message)
{
R... |
using JSC_LMS.Identity;
using JSC_LMS.Persistence;
using Microsoft.EntityFrameworkCore;
using System;
using Xunit;
namespace JSC_LMS.API.IntegrationTests.Base
{
public class DbFixture : IDisposable
{
private readonly ApplicationDbContext _applicationDbContext;
private readonly IdentityDbContext... |
using System;
using Net.FreeORM.Framework.BaseDal;
namespace Net.FreeORM.ZzzTest_WFA2.Source.DL
{
public class InterViewDL : BaseDL
{
public InterViewDL()
: base()
{
}
}
} |
@{
Layout = "_Layout";
}
@model PierresMarket.Models.Treat
<h2>Treat Details</h2>
<hr />
<h3>Treat Name: @Html.DisplayFor(model => model.TreatName)</h3>
@if(@Model.JoinEntities.Count == 0)
{
<p>This treat does not have any flavors associated with it.</p>
}
else
{
<h4>Flavors associated with @Html.DisplayFor(mo... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace System
{
public static class NumbericExtension
{
/// <summary>
/// 生成一个随机数
/// based eaglet
/// http://www.cnblogs.com/eaglet/archive/2011/01/17/1937083.html
/// </summary>... |
/*
* Copyright(c) 2020 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 ... |
// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v1/services/geographic_view_service.proto
// </auto-generated>
// Original file comments:
// Copyright 2019 Google LLC.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace webmva.Models
{
public class ModuloDRUPWN : Modulo
{
public bool UsersDrupwn { get; set; }
public bool NodesDrupwn { get; set; }
public bool ModulesDrupwn { get; set; }
pub... |
namespace VisioForge.Controls.UI.Dialogs.OutputFormats
{
partial class DVSettingsDialog
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used... |
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... |
using UnityEngine;
using UnityEngine.UI;
namespace UnityEditor.UI
{
[CanEditMultipleObjects]
[CustomEditor(typeof(InputField), true)]
public class InputFieldEditor : SelectableEditor
{
SerializedProperty m_TextComponent;
SerializedProperty m_Text;
SerializedProperty m_ContentTyp... |
using Microsoft.AspNetCore.Razor.TagHelpers;
using Util.Ui.Angular.AntDesign.Tests.XUnitHelpers;
using Util.Ui.Configs;
using Util.Ui.Zorro.Forms;
using Xunit;
using Xunit.Abstractions;
using String = Util.Helpers.String;
namespace Util.Ui.Angular.AntDesign.Tests.Zorro.Forms {
/// <summary>
/// 单选框测试
/// ... |
// Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information.
// Ported from um/oleidl.h in the Windows SDK for Windows 10.0.22000.0
// Original source is Copyright © Microsoft. All rights reserved.
using System;
using System.Runtime.... |
using System;
using System.Drawing;
using System.Drawing.Drawing2D;
using System.Windows.Forms;
namespace Skybound.Drawing.Design
{
internal class IconFormatDialog : System.Windows.Forms.Form
{
private Skybound.Drawing.Design.IconFile _IconFile;
private System.Windows.Forms.Button cmdCancel;
... |
using System.Collections.Generic;
using System.Linq;
using FluentBrowserAutomation.Accessors;
using FluentBrowserAutomation.Extensions;
namespace FluentBrowserAutomation.Controls
{
public class ListWrapper : BasicInfoWrapper
{
public ListWrapper(RemoteWebElementWrapper list, string howFound, IBrowserContext... |
namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801
{
using Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.PowerShell;
/// <summary>Information regarding availability of a resource name.</summary>
[System.ComponentModel.TypeConverter(typeof(ResourceNameAvailabilityTypeConverter)... |
/*
* 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.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
using TMPro;
using DeltaDNA;
public class RemoteConfigPanel : MonoBehaviour
{
[SerializeField] private Button bttnFetchRemoteConfig;
[SerializeField] public TMP_InputField txtConfigEnvironment;
[Serial... |
//------------------------------------------------------------------------------
// <auto-generated>
// このコードはツールによって生成されました。
// ランタイム バージョン:4.0.30319.42000
//
// このファイルへの変更は、以下の状況下で不正な動作の原因になったり、
// コードが再生成されるときに損失したりします。
// </auto-generated>
//---------------------------------------------------------... |
// *** 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... |
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated from a template.
//
// Manual changes to this file may cause unexpected behavior in your application.
// Manual changes to this file will be overwritten if the code is regenerated.... |
using System;
using System.Collections.Generic;
using System.Data;
using System.Drawing;
using System.Windows.Forms;
using Nevron.Chart;
using Nevron.Chart.WinForm;
using Nevron.GraphicsCore;
using NLog;
namespace T7
{
public partial class frmMatrixResult : DevExpress.XtraEditors.XtraForm
{
privat... |
using System;
using System.Collections.Generic;
using System.Linq;
using Microsoft.AspNetCore.Mvc;
using Nop.Core.Domain.News;
using Nop.Services.Events;
using Nop.Services.Localization;
using Nop.Services.Logging;
using Nop.Services.Messages;
using Nop.Services.News;
using Nop.Services.Security;
using Nop.Services.Se... |
using Lopla.Libs.Interfaces;
namespace Lopla.Draw.Messages
{
public class Animation : ILoplaMessage
{
public byte[] BinaryImage { get; set; }
public Point Position { get; set; }
}
} |
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="SparkplugNodeSequentialTest.cs" company="Hämmer Electronics">
// The project is licensed under the MIT license.
// </copyright>
// <summary>
// A class to test the <see cref="Spa... |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class EnemyManager : MonoBehaviour {
const int threadGroupSize = 1;
public EnemySettings settings;
public ComputeShader compute;
Enemy[] enemies;
Boid[] boids;
public bool existTwoSpecies;
void Start ()... |
namespace MusicHub.Data
{
public static class Configuration
{
public static string ConnectionString =
@"Server=.;Database=MusicHub;Trusted_Connection=True";
}
} |
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;
namespace MusicMaker
{
public partial class Form2 : Form
{
public Form2()
{
... |
using Cosmos.I18N.Core;
namespace Cosmos.I18N.Countries.Africa
{
public static partial class SaintHelena
{
/// <summary>
/// Convert <see cref="SaintHelena.EnumValues"/> to region code likes 'DE', 'WAL'.
/// </summary>
/// <param name="values"></param>
/// <returns></r... |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class MouseTargetV3D : MonoBehaviour {
public Transform targetCursor;
public float speed = 1f;
private Vector3 mouseWorldPosition;
// Positioning cursor prefab
private void Start()
{
gameObject.Set... |
using System.Collections.Generic;
using Lunar.Core.World.Actor.Descriptors;
using Lunar.Server.Utilities;
namespace Lunar.Server.World.Actors.Components
{
public class ActionProcessor<T> where T : IActor<IActorDescriptor>
{
private T Actor { get; }
private Queue<IAction<T>> _actionQueue { get... |
/*
* 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.Diagnostics;
using System.Net;
using System.Reflection;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
namespace OpenUtau.Core {
internal static class UpdateChecker {
private const string VersionUrl = "https://ci.appveyor.com/api/projects/stakira/openutau";
public ... |
namespace FairMark.DataContracts
{
using System.Runtime.Serialization;
/// <summary>
/// Fair Mark API authentication key.
/// True API 1.5.1. Запрос авторизации при единой аутентификации
/// OMS API 10.3.2.1. Запрос авторизации при единой аутентификации
/// Edo Lite API 2.1. Запрос авторизаци... |
using System;
namespace UOP1.Pool
{
/// <summary>
/// Represents an object that can be pooled.
/// </summary>
public interface IPoolable
{
void OnRequest();
void OnReturn(Action onReturned);
}
} |
using LightInject;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Wavect.TariffComparison.Services.ApiV1;
using Wavect.TariffComparison.Services.ApiV1.Interfaces;
using Wavect.TariffComparison.Services.ApiVersionNeutral;
using Wavect.TariffComparison.Services.Api... |
// Copyright (c) Dolittle. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Threading;
using System.Threading.Tasks;
using Machine.Specifications;
namespace Dolittle.Runtime.Events.Store.Streams.for_StreamEventWatcher... |
using System;
using System.Collections.Generic;
using System.Text;
using System.IO;
using System.Diagnostics;
namespace ICSimulator
{
class FR_SLACK_LAS_QT_FCFS : LAS
{
public FR_SLACK_LAS_QT_FCFS(int total_size, Bank[] bank)
: base(total_size, bank)
{
Console.WriteLin... |
using SQLite;
namespace TheCurator.Logic.Data.SQLite
{
public class SuicideKingsRole
{
[Indexed(Name = "UX_SuicideKingsRole", Order = 1, Unique = true), NotNull]
public long GuildId { get; set; }
[Indexed(Name = "UX_SuicideKingsRole", Order = 1, Unique = true), NotNull]
public ... |
namespace ZazasCleaningService.Web.ViewModels.Services.Create
{
using System.ComponentModel.DataAnnotations;
using Microsoft.AspNetCore.Http;
using ZazasCleaningService.Services.Mapping;
using ZazasCleaningService.Services.Models.Services;
public class ServicesCreateInputModel : IMapTo<ServicesSe... |
// Copyright Epic Games, Inc. All Rights Reserved.
// This file is automatically generated. Changes to this file may be overwritten.
namespace Epic.OnlineServices.RTCAudio
{
/// <summary>
/// This struct is used to call <see cref="RTCAudioInterface.AddNotifyAudioBeforeRender" />.
/// </summary>
public class AddNot... |
// Copyright 2005-2010 Gallio Project - http://www.gallio.org/
// Portions Copyright 2000-2004 Jonathan de Halleux
//
// 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.a... |
/*
* Project: Longest Common Subsequence C# generic class
* File: LCS.cs
* Author: Jason Papapanagiotakis
* Github: https://github.com/JasonPap/LongestCommonSubsequence
*/
using System;
using System.Collections.Generic;
using System.Threading;
namespace LongestCommonSubsequence
{
class L... |
using Application.CQRS.Categories.Commands.CategoryStorage;
using FluentValidation;
namespace Application.Validation.AbstractValidators.CQRS.Categories.Commands.CategoryStorage
{
public class DeleteCategoryCommandValidator : AbstractValidator<DeleteCategoryCommand>
{
public DeleteCategoryCommandValidat... |
#if WITH_EDITOR
#if PLATFORM_64BITS
using System;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
namespace UnrealEngine
{
public partial class UNavigationSystem
{
static readonly int MainNavData__Offset;
public ANavigationData MainNavData
{
get{ CheckIsValid(); IntPtr v = Marsha... |
// DigitalRune Engine - Copyright (C) DigitalRune GmbH
// This file is subject to the terms and conditions defined in
// file 'LICENSE.TXT', which is part of this source code package.
using System.Collections.Generic;
using Microsoft.Xna.Framework.Graphics;
namespace DigitalRune.Graphics.Effects
{
/// <summary>
... |
using System.Collections.Generic;
namespace AppRopio.Models.Basket.Responses.Order
{
public class OrderFieldsGroup
{
public string Id { get; set; }
public string Name { get; set; }
public List<OrderField> Items { get; set; }
}
} |
using System;
using System.Linq;
using System.Linq.Expressions;
using LinqToDB;
using LinqToDB.Mapping;
using NUnit.Framework;
namespace Tests.Linq
{
[TestFixture]
public class ProjectionTests : TestBase
{
[Table]
public class SomeEntity
{
[Column]
public int Id { get; set; }
[Column]
public int?... |
using System;
using System.Collections.Generic;
using System.Text;
namespace DISample
{
public class MyController
{
private readonly IMyService _myService;
public MyController(IMyService myService) // constructor injection
{
_myService = myService;
}
public... |
using System;
using System.Runtime.InteropServices;
using static ManagedNativeWifi.Win32.NativeMethod;
namespace ManagedNativeWifi.Win32
{
/// <summary>
/// Wrapper class only for handle taken by WlanOpenHandle function in Native Wifi API
/// </summary>
/// <remarks>
/// This implementation is based on:
/// ht... |
// 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;
namespace Silk.NET.Vulkan
{
public un... |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using Xunit;
namespace System.SpanTests
{
public static partial class ReadOnlySpanTests
{
[Fact]
public static void NullImplicitCast()
{
... |
// Copyright (c) .NET Foundation and contributors. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace Microsoft.DotNet.Interactive.Events
{
public class PasswordString
{
private readonly string _clearTextPassword;
... |
// 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.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
using Microsoft.EntityFrameworkCore.Query.E... |
using System.Threading.Tasks;
using Dapper;
using Npgsql;
namespace DDDSouthWest.Domain.Features.Account.Admin.ManageEvents.ViewEventDetail
{
public class QueryEventById
{
private readonly ClientConfigurationOptions _options;
public QueryEventById(ClientConfigurationOptions options)
{... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.