text
stringlengths
1
932k
namespace Machete.X12Schema.V5010.Maps { using X12; using X12.Configuration; public class LoopFA1_850Map : X12LayoutMap<LoopFA1_850, X12Entity> { public LoopFA1_850Map() { Id = "Loop_FA1_850"; Name = "Loop FA1"; Segment(x => x.Ty...
using System; namespace propiedades { class Program { static void Main(string[] args) { Alumno a = new Alumno(); a.PrimerNombre = "Juan"; a.SegundoNombre = "Perez"; Alumno b = new Alumno(); b.Id = 2; b.PrimerNombre = "Mar...
// Copyright (c) 2022 AccelByte Inc. All Rights Reserved. // This is licensed software from AccelByte Inc, for limitations // and restrictions contact your company contract manager. // This code is generated by tool. DO NOT EDIT. using AccelByte.Sdk.Api.Matchmaking.Model; using AccelByte.Sdk.Api.Matchmaking.Operation;...
using System; using System.Collections.Generic; using System.Text; using System.IO; // Copyright (c) 2006, 2007 by Hugh Pyle, inguzaudio.com namespace DSPUtil { public class SPDIFWrappedExternal : SoundObj { string _exeName; string _exeArgs; WaveWriter _writer = null; System.Di...
using FakeItEasy; using HucaresServer.DataAcquisition; using HucaresServer.Storage.Helpers; using HucaresServer.TimedProccess; using NUnit.Framework; using OpenAlprApi.Model; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading.Tasks; namespace HucaresServer.Timed...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace colegio.Models { public class Aula : BaseModel<int> { public string Descripcion { get; set; } } }
namespace Thinksea.TcpPoolTest { partial class Form1 { /// <summary> /// 必需的设计器变量。 /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// 清理所有正在使用的资源。 /// </summary> /// <param name="disposing">如果应释放托管资源,为 tr...
using RegressionLib; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace AutomaticTester.Network { public class EngineConnectedEvent : DispatchEvent { int ClientId; EventArgs Args; public Engin...
/* * 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 2022 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 Microsoft.Owin; using Owin; [assembly: OwinStartup(typeof(SpaApp.Startup))] namespace SpaApp { public partial class Startup { public void Configuration(IAppBuilder app) { ConfigureAuth(app); } } }
using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace OldHouse.Web.Models { public class LocationDto { public double Latitude { get; set; } public double Longitude { get; set; } } }
using Newtonsoft.Json; namespace Deezcord { public class History { [JsonProperty ("data")] public Track [] Tracks { get; set; } [JsonProperty ("total")] public int Total { get; set; } [JsonProperty ("next")] public string Next { get; set; } } }
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // 有关程序集的常规信息通过下列特性集 // 控制。更改这些特性值可修改 // 与程序集关联的信息。 [assembly: AssemblyTitle("fserv")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProd...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Runtime.CompilerServices; namespace System.Windows.Markup { /// <summary> /// Attribute to associate a ValueSerializer class with a value type or to override ...
using System.Text.RegularExpressions; using GraphConnectivity.Core.Models; using GraphConnectivity.Core.Services; using MvvmCross.Core.ViewModels; namespace GraphConnectivity.Core.ViewModels { internal class MainViewModel : MvxViewModel { private readonly IGraphVizualiser _graphVizualiser; pri...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Reflection; using System.Text; using System.Threading.Tasks; namespace BarLauncher.BaseConverter.Lib.Service { public class SystemInformations : ISystemInformations { public string ApplicationName...
using System; class A { static void Main() { var h = Array.ConvertAll(Console.ReadLine().Split(), int.Parse); Console.WriteLine(h[0] >= 10 ? h[1] : h[1] + 100 * (10 - h[0])); } }
#pragma warning disable 108 // new keyword hiding #pragma warning disable 114 // new keyword hiding namespace Windows.Networking.NetworkOperators { #if __ANDROID__ || __IOS__ || NET461 || __WASM__ || __MACOS__ [global::Uno.NotImplemented] #endif public partial class MobileBroadbandPinOperationResult { #if __AN...
// CodeContracts // // Copyright (c) Microsoft Corporation // // All rights reserved. // // MIT License // // 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 wit...
// 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.Collections.Generic; using System.Security.Cryptograph...
// -------------------------------------------------------------------------------------------------------------------- // <copyright company="Aspose" file="AddMasterSlide.cs"> // Copyright (c) 2018 Aspose.Slides for Cloud // </copyright> // <summary> // Permission is hereby granted, free of charge, to any person ob...
using System; using CafeLib.Cryptography.BouncyCastle.Asn1.X509; namespace CafeLib.Cryptography.BouncyCastle.Asn1.Cms { public class KekRecipientInfo : Asn1Encodable { private DerInteger version; private KekIdentifier kekID; private AlgorithmIdentifier keyEncryptionAlgor...
using System; using System.Drawing; using System.Windows.Forms; using System.Runtime.InteropServices; using System.Net.Sockets; namespace QuickRAT_Host { public partial class MainForm : Form { internal int serverPort = 100; internal ServerManagement serverManagement = new ServerManagement...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.RazorPages; using Microsoft.Extensions.Logging; namespace AspNetCoreIdentityFido2Passwordless.Pages { [ResponseCache(Duration = 0...
namespace LittleBaby.Framework.UI.MVVM { using System; using System.Collections.Generic; using LittleBaby.Framework.Core; using UnityEditor; [CustomEditor(typeof(EventBinding))] public class EventBindingInspector : Editor { private EventBinding Target { get; set; } private ...
using BenchmarkDotNet.Attributes; using BenchmarkDotNet.Engines; using BenchmarkDotNet.Jobs; using BenchmarkDotNet.Tests.Loggers; using System; using System.Linq; using Xunit; using Xunit.Abstractions; namespace BenchmarkDotNet.IntegrationTests { public class AllSetupAndCleanupTargetSpecificBenchmarkTest : Benchm...
// ***************************************************************************** // BSD 3-Clause License (https://github.com/ComponentFactory/Krypton/blob/master/LICENSE) // © Component Factory Pty Ltd, 2006-2020, All rights reserved. // By Peter Wagner(aka Wagnerp) & Simon Coghlan(aka Smurf-IV) 2017 - 2020. All rig...
using SharpDebug.Engine; using System.Collections.Generic; using SharpDebug.Engine.SymbolProviders; using System.IO; namespace SharpDebug.DwarfSymbolProvider { /// <summary> /// Gets address offset within module when it is loaded. /// </summary> /// <param name="address">Virtual address that points wh...
using System.Reflection; 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("Samples.Specifications.Server.Storage.NDa...
namespace MoviesDatabase.Core.Entities { public enum Genre { Action, Comedy, Drama, Adventure, SciFi, Romance, Crime } }
// --------------------------------------------------------------------------------------- // Copyright (C) Riccardo De Agostini and Tenacom. All rights reserved. // Licensed under the MIT license. // See the LICENSE file in the project root for full license information. // // Part of this file may be third-party code...
@page @model PopoversModel @{ ViewData["Title"] = "Popovers"; ViewData["PageName"] = "ui_popovers"; ViewData["Heading"] = "<i class='subheader-icon fal fa-window'></i> Popovers"; ViewData["Category1"] = "UI Components"; ViewData["PageDescription"] = "Documentation and examples for adding Bootstrap popovers, like ...
using System; using System.Collections.Generic; using OpenTK.Graphics.OpenGL; namespace TowerDefense.Platform.Rendering.OpenGL { internal sealed class VertexArray : IDisposable { private readonly Dictionary<BufferObject, uint> _vbos; private uint _vboCount; internal readonly uint Handle...
using PaySharp.Core; using PaySharp.Core.Request; using System.Collections.Generic; namespace PaySharp.Wechatpay.Response { public class QueryResponse : BaseResponse { /// <summary> /// 用户标识 /// 用户在商户appid 下的唯一标识 /// </summary> [ReName(Name = "openid")] public s...
// Copyright 2018 Cohesity Inc. using System.Collections.Generic; using System.Management.Automation; using Cohesity.Powershell.Common; using System.Linq; namespace Cohesity.Powershell.Cmdlets.User { /// <summary> /// <para type="synopsis"> /// Gets the users defined on the Cohesity Cluster. /// </par...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.WindowsAzure.Storage.Blob; using Newtonsoft.Json; name...
// Copyright (c) 2010-2013 SharpDX - Alexandre Mutel // // 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, modif...
using UnityEngine; using MLAPI; public class Test : MonoBehaviour { private void OnGUI() { if (GUILayout.Button("Client")) NetworkManager.Singleton.StartClient(); if (GUILayout.Button("Host")) NetworkManager.Singleton.StartHost(); } }
/* * 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...
namespace AnnoSavegameViewer.Structures.Savegame.Generated { public class Island35 { } }
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Diagnostics; using System.Linq; using NUnit.Framework; using osu.Framew...
#pragma checksum "..\..\Izvestaj.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "AF3CC2BFDF28675A6399E0C1EB1091C721D31D96265E5E7D9FBD7AFF24BF4813" //------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.30...
/* Zed Attack Proxy (ZAP) and its related class files. * * ZAP is an HTTP/HTTPS proxy for assessing web application security. * * Copyright the ZAP development team * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may o...
using System.Runtime.CompilerServices; namespace MyScript.InteractiveInk.Common.ViewModels { public interface IObservable { void Set<T>(ref T storage, T value, [CallerMemberName] string propertyName = null); } }
// 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.Net.Http; using System.Text; using System.Threading.Tasks; using Newtonsoft.Json; using Xunit; namespace...
// // Copyright 2018 Sean Spicer // // 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 t...
using System; namespace DDD.Light.EventStore.MongoDB.Example { public class PersonNamed { public Guid PersonId { get; private set; } public string Name { get; private set; } public PersonNamed(Guid personId, string name) { PersonId = personId; Name = na...
//--------------------------------------------------------------------- // <copyright file="LoadCompletedEventArgs.cs" company="Microsoft"> // Copyright (C) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information. // </copyright> //----------------------------------...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Linq.Expressions; using System.Reflection; namespace System.Linq { [UnconditionalSuppressMe...
using System; using System.Collections.Generic; namespace TopupPortal.Domain.Common { public interface IHasDomainEvent { public List<DomainEvent> DomainEvents { get; set; } } public abstract class DomainEvent { protected DomainEvent() { DateOccurred = DateTimeO...
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.Windows.Media.Imaging;...
using DevelopmentInProgress.TradeView.Wpf.Common.Command; using DevelopmentInProgress.TradeView.Wpf.Common.Extensions; using DevelopmentInProgress.TradeView.Wpf.Common.Model; using DevelopmentInProgress.TradeView.Wpf.Common.Services; using System; using System.Collections.Generic; using System.Collections.ObjectModel;...
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("Be...
/* * ************************************************************************** * * Copyright (c) The IronSmalltalk Project. * * This source code is subject to terms and conditions of the * license agreement found in the solution directory. * See: $(SolutionDir)\License.htm ... in the root of this distributio...
using System; using System.Collections.Generic; namespace Epi.FormMetadata.Constants { public enum FieldDataType { Undefined = -1, Object = 0, Number = 1, Text = 2, Date = 3, Time = 4, DateTime = 5, Boolean = 6, PhoneNumber = 7, Y...
using Microsoft.Extensions.Caching.Memory; using System; using System.Threading; using System.Threading.Tasks; using ValidateTransformDerive.Framework.Caching.Options; namespace ValidateTransformDerive.Framework.Caching { /// <summary> /// A class providing common functionality for interacting with the types ...
using Amazon.JSII.Runtime.Deputy; namespace Amazon.JSII.Tests.CalculatorNamespace { /// <remarks> /// stability: Experimental /// </remarks> [JsiiClass(nativeType: typeof(Amazon.JSII.Tests.CalculatorNamespace.Thrower), fullyQualifiedName: "jsii-calc.Thrower")] public class Thrower : DeputyBase ...
namespace PizzaShopWebService.Models { public enum RetrievalType { Carryout, Delivery, } }
using System; using System.Xml.Serialization; namespace Aop.Api.Response { /// <summary> /// AlipayPayAppSmartwearStatusQueryResponse. /// </summary> public class AlipayPayAppSmartwearStatusQueryResponse : AopResponse { /// <summary> /// 设备型号 /// </summary> [XmlEleme...
namespace SFA.DAS.LoginService.Application.ChangeEmail.StartChangeEmail { public class StartChangeEmailResponse { public string NewEmailAddressError { get; set; } public string ConfirmEmailAddressError { get; set; } public bool HasErrors => !string.IsNullOrEmpty(NewEmailAddressError) ||...
using System; namespace Movimentacoes.Domain.Clientes.Repository { public interface IClienteRepository { Cliente ObterPorId(Guid id); } }
using System; using System.IO; using UnityEngine; namespace Miyamasu { /** interface for settings of Miyamasu. */ public class Settings { public static RunnerSettings staticSettings; public const string SETTING_DIRECTORY = "Assets/MiyamasuTestRunner/Runtime/Resources/"; public const string SETTING_FILE_NA...
using Coldairarrow.Entity; using Coldairarrow.Entity.Base_Manage; using Coldairarrow.Util; using EFCore.Sharding; using LinqKit; using Microsoft.EntityFrameworkCore; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace Coldairarrow.Business.Base_Manage { class PermissionBus...
using System.Collections; using System.Collections.Generic; using UnityEngine; public static class TagList { public const string ballTag = "Throwable"; }
using System.Collections; using System.Collections.Generic; using UnityEngine; public class Cow : Mob { }
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; namespace Skoruba.IdentityServer4.Admin.Api.Dtos.Clients { public class ClientApiDto { public ClientApiDto() { AllowedScopes = new List<string>(); PostLogoutRedirectUris = new L...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ArenaModel { public class ArenaRepository { private static Arena _arena; public Arena GetArena() { if (_arena == null) _arena = new...
using System.Collections; using System.Collections.Generic; using UnityEngine; public interface ITrafficSignal { void Off(); void Red(); void Yellow(); void Blue(); }
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // Общие сведения об этой сборке предоставляются следующим набором // набора атрибутов. Измените значения этих атрибутов для изменения сведений, // связанные со сборкой. [assembly: AssemblyTitle("NoteApp.NUnitTests")...
using System.ComponentModel.Composition; using System.IO; using EnvDTE; using EnvDTE80; using Microsoft.VisualStudio.Shell; using Microsoft.VisualStudio.Text; using Microsoft.VisualStudio.Text.Editor; using Microsoft.VisualStudio.Utilities; using NUglify; using SharpScss; namespace SassCompiler.Manual { [Export(t...
using System; using Coypu; using Coypu.Drivers.Selenium; namespace Eventfeedback.Web.App.IntegrationTests.UI { public class BaseViewTests { public Settings Settings = new Settings(); public Views Views = new Views(); public void Do(Action<BrowserSession> action) { ...
// 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.Entities.Content.Taxonomy { using System.Linq; /// <summary> /// Interface of Scope...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("03....
namespace PaketLoadScripts #load "/home/justin/code/fsharp/GiraffeWebApp/GiraffeWebApp/.paket/load/net461/Microsoft.AspNetCore.Http.Abstractions.csx" #load "/home/justin/code/fsharp/GiraffeWebApp/GiraffeWebApp/.paket/load/net461/Microsoft.Extensions.Options.csx"
using System; using NUnit.Framework; using WaveformTimeline; using WaveformTimeline.Commons; using WaveformTimeline.Contracts; using WaveformTimeline.Controls.Waveform; namespace WaveformTimelineTests { [TestFixture] internal class WaveformSectionTests { private class FakeTune : ITimedPlayback ...
/* * Copyright 2011 The Poderosa Project. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * * $Id: ISSH2PrivateKeyLoader.cs,v 1.1 2011/11/03 16:27:38 kzmi Exp $ */ using System; using System.Security; using NFX.SSH; using NF...
//------------------------------------------------------------------------------ // <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> //--...
/* * Original author: Brian Pratt <bspratt .at. u.washington.edu>, * MacCoss Lab, Department of Genome Sciences, UW * * Copyright 2018 University of Washington - Seattle, WA * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with...
using System; using System.CodeDom.Compiler; using System.ComponentModel; using System.Diagnostics; using System.Runtime.CompilerServices; using System.Xml.Schema; using System.Xml.Serialization; namespace Workday.RevenueManagement { [GeneratedCode("System.Xml", "4.6.1590.0"), DesignerCategory("code"), DebuggerStepTh...
using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace EventSubExample.Models.Subscriptions.ChannelSubscriptions { /// <summary> /// The channel.poll.begin subscription type sends a notification when a poll begins on the specified chan...
using AntDesign; using Meowv.Blog.Dto.Blog; using Meowv.Blog.Dto.Blog.Params; using Meowv.Blog.Response; using Microsoft.AspNetCore.Components; using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Threading.Tasks; using Vditor.Models; namespace ...
// Part of SourceAFIS CLI for .NET: https://sourceafis.machinezoo.com/cli using System; using System.Linq; using SourceAFIS.Cli.Utils.Caching; namespace SourceAFIS.Cli.Datasets { readonly struct Dataset : DataIdentifier, IEquatable<Dataset> { public readonly Sample Sample; public readonly Image...
// 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.Diagnostics; using System.Linq; using System.Threading; usin...
using System; using System.Collections.Generic; namespace Teamwork_Hackathon.Models { public partial class HackathonMembers { public int Id { get; set; } public int? TeamId { get; set; } public string UserId { get; set; } public string DisplayName { get; set; } public st...
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("Le...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Text; using Microsoft.AspNetCore.Http; using Microsoft.Net.Http.Headers; namespace Microsoft.AspNetCore.Internal; internal static class ResponseContentTy...
using System.Collections; using System.Collections.Generic; using UnityEngine; public class DropzoneBehavior : MonoBehaviour { public bool _isSuitcase = false; public bool _hasStem = false; public bool _isMuter = false; private StemSoundBehavior _ssBehavior = null; // Start is called before the...
/* * 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.Generic; using System.Threading.Tasks; namespace ModelingEvolution.Plumberd.Binding { public static class AsyncEnumerable { public static async ValueTask<TSource[]> ToArrayAsync<TSource>(this IAsyncEnumerable<TSource> source) { List<TSource> result = new Li...
using System.Reflection; 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("AWSSDK.ApplicationDiscoveryService")] [ass...
@model OpenOrderFramework.Models.Item @{ ViewBag.Title = "Edit"; } <h2>Edit</h2> @using (Html.BeginForm()) { @Html.AntiForgeryToken() <div class="form-horizontal"> <h4>Item</h4> <hr /> @Html.ValidationSummary(true, "", new { @class = "text-danger" }) @Html.HiddenFor...
namespace Firebend.AutoCrud.EntityFramework.Elastic.Interfaces { public interface IShardKeyProvider { string GetShardKey(); } }
namespace WProject.Controls { partial class ctrlUserWindow { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> ...
using System; using System.Collections; using System.Collections.Generic; namespace CLArgsParser { public static class StringSliceExtension { public static Slice Slice(this string str, int start, int end) => new Slice(str, start, end); public static Slice ToSlice(this string str) => (Slice)st...
using System; using DemoContentLoader; using DemoRenderer.Background; using DemoRenderer.UI; using DemoRenderer.PostProcessing; using DemoRenderer.ShapeDrawing; using DemoRenderer.Constraints; using BepuUtilities.Memory; using DemoUtilities; using OpenTK.Graphics.OpenGL4; namespace DemoRenderer { public class Ren...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Runtime.InteropServices; using System.Runtime.CompilerServices; using System.Text; using Silk.NET.Core; using Silk.NET.Core.Native; using Silk.NET.Core.At...
using System; using System.IO; using BitcoinNet.BouncyCastle.Utilities.IO; namespace BitcoinNet.BouncyCastle.Asn1 { /** * a general purpose ASN.1 decoder - note: this class differs from the * others in that it returns null after it has read the last object in * the stream. If an ASN.1 Null is encountered a Der...
// <autogenerated /> #pragma warning disable 618 // Ignore obsolete members warnings #pragma warning disable 105 // Ignore duplicate namespaces #pragma warning disable 1591 // Ignore missing XML comment warnings using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using Uno.UI;...
// 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 regenerated. namespace Microso...