text stringlengths 1 932k |
|---|
//=============================================================================
// System : EWSoftware Design Time Attributes and Editors
// File : MSHelpKeywordCollectionTypeConverter.cs
// Author : Eric Woodruff (Eric@EWoodruff.us)
// Updated : 03/26/2008
// Note : Copyright 2008, Eric Woodruff, All rights r... |
/*
* Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
... |
// 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... |
using System.Collections.Generic;
namespace UAlbion.Core.Visual
{
public class SpriteBatchComparer : IComparer<SpriteBatch>
{
public static SpriteBatchComparer Instance { get; } = new();
public int Compare(SpriteBatch x, SpriteBatch y)
{
if (ReferenceEquals(x, y)) return 0;... |
using System;
using System.Linq;
namespace Nest
{
public interface IBulkUpdateOperation<TDocument, TPartialDocument> : IBulkOperation
where TDocument : class
where TPartialDocument : class
{
/// <summary>
/// The partial update document to be merged on to the existing object.
/// </summary>
TPartialDocu... |
// File: Image.cs
// Copyright (c) 2018-2019 Maksym Shnurenok
// License: MIT
using Marketplace.Services.ContentDelivery.DataModel.Entities.Base;
namespace Marketplace.Services.ContentDelivery.DataModel.Entities
{
/// <summary>
/// Content image class
/// </summary>
/// <seealso cref="ContentRecord" /... |
using DevExpress.Mvvm.Native;
namespace DevExpress.Mvvm.DataAnnotations {
public class EnumMemberMetadataBuilderGeneric<T, TBuilder> :
MemberMetadataBuilderBase<T, TBuilder, EnumMetadataBuilder<T>>
where T : struct
where TBuilder : EnumMemberMetadataBuilderGeneric<T, TBuilder> {
in... |
// *** 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 file="Account.cs" company="WheelMUD Development Team">
// Copyright (c) WheelMUD Development Team. See LICENSE.txt. This file is
// subject to the Microsoft Public License. All other rights reserved.
// </copyright>
/... |
/*
* This file is automatically generated; any changes will be lost.
*/
#nullable enable
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
using Beef.Entities;
using Beef.RefData;
using Newtonsoft.Json;
usin... |
using System;
using PRISM;
namespace MASIC
{
/// <summary>
/// MASIC event notifier
/// </summary>
public abstract class MasicEventNotifier : EventNotifier
{
// Ignore Spelling: uncache
private short mLastPercentComplete;
/// <summary>
/// Provides information on ... |
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//-----------------------------------------... |
using System.Collections.Generic;
using System.Reflection;
namespace RavenMigrations
{
public class MigrationOptions
{
public MigrationOptions()
{
Direction = Directions.Up;
Assemblies = new List<Assembly>();
Profiles = new List<string>();
Migrat... |
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices.WindowsRuntime;
using Windows.Foundation;
using Windows.Foundation.Collections;
using Windows.UI.Xaml;
using Windows.UI.Xaml.Controls;
using Windows.UI.Xaml.Controls.Primitives;
using Windows.UI.Xam... |
namespace SeraphimEngine.ContentPipeline.Menu
{
public class MenuChoiceData
{
public string Script { get; set; }
public string ScriptNamespace { get; set; }
public string Text { get; set; }
}
} |
//------------------------------------------------------------------------------
// <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.... |
// ***********************************************************************
// Assembly : MPT.CSI.Serialize
// Author : Mark Thomas
// Created : 02-01-2019
//
// Last Modified By : Mark Thomas
// Last Modified On : 02-01-2019
// ****************************************************************... |
namespace FlaUI.Core.Definitions
{
public enum WindowVisualState
{
Normal = 0,
Maximized = 1,
Minimized = 2
}
} |
// <copyright file="TracerProviderBuilderExtensions.cs" company="OpenTelemetry Authors">
// Copyright The OpenTelemetry Authors
//
// 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
//
// h... |
/*
* OpenAPI Petstore
*
* This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
*
* The version of the OpenAPI document: 1.0.0
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
using Sy... |
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34209
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//--... |
using System;
namespace Fpm.ProfileData.Entities.Logging
{
public class DatabaseLog
{
public int Id { get; set; }
public string Event { get; set; }
public DateTime Timestamp { get; set; }
}
} |
using Lucene.Net.QueryParsers.Flexible.Core.Nodes;
using Lucene.Net.QueryParsers.Flexible.Core.Parser;
using Lucene.Net.QueryParsers.Flexible.Core.Util;
using System;
using System.Collections.Generic;
using System.Text;
namespace Lucene.Net.QueryParsers.Flexible.Standard.Nodes
{
/*
* Licensed to the Apache S... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc.RazorPages;
namespace KaibaReduxClient.Pages
{
public class ContactModel : PageModel
{
public string Message { get; set; }
public void OnGet()
{
... |
using System;
using System.Collections.Generic;
namespace Nethereum.ABI.Model
{
public class Parameter
{
public Parameter(string type, string name = null, int order = 1, string serpentSignature = null)
{
Name = name;
Type = type;
Order = order;
Se... |
using Ludiq.Bolt;
using Ludiq;
namespace Lasm.UAlive
{
[UnitCategory("Compiler")]
[UnitTitle("Code [Live]")]
public class CodeUnit : LiveUnit
{
[DoNotSerialize]
public ValueInput input;
}
} |
using StreamCompanionTypes.Interfaces;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Drawing.Text;
using System.Globalization;
using System.Linq;
using System.Windows.Forms;
using StreamCompanion.Common;
using StreamCompanionTypes.Interfaces.Services;
using DColor = System.Drawi... |
using System;
using System.Collections.Generic;
using System.Text;
using System.IO;
namespace CSharpTraining
{
class FileOutput: IOutput
{
public void PrintResult(string result)
{
}
}
} |
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices.WindowsRuntime;
using Windows.Foundation;
using Windows.Foundation.Collections;
using Windows.UI.Xaml;
using Windows.UI.Xaml.Controls;
using Windows.UI.Xaml.Con... |
using PizzaBox.Domain.Abstracts;
namespace PizzaBox.Domain.Models.Stores
{
public class WestCoast : AStore
{
public WestCoast()
{
Name = "West Coast Store";
}
}
} |
using NUnit.Framework;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Day2
{
public class UnitTest
{
[Test]
[TestCase("1,0,0,0,99", "2,0,0,0,99")]
[TestCase("2,3,0,3,99", "2,3,0,6,99")]
[TestCase("2,4,4,5,99,0", "2,4,4,5,99,9801"... |
using ExternalProject.Net6.UnitTestMocks.Sample.NamespaceTests;
namespace ExternalProject.Net6.UnitTestMocks.NUnit.Sample.AttributeNamespaceTests
{
[SlowFox.InjectMocks(typeof(ReferenceDependencyViaFullType))]
[TestFixture]
public partial class ReferenceAttributeViaFullTypeTests
{
[Test]
... |
/*******************************************************************************
* 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 locat... |
using System;
using JetBrains.Annotations;
namespace Arbor.Build.Core.Tools.MSBuild
{
public class BuildConfiguration
{
public BuildConfiguration([NotNull] string configuration)
{
if (string.IsNullOrWhiteSpace(configuration))
{
throw new ArgumentException... |
using System;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.Migrations;
using CityInfo.API.Entities;
namespace CityInfo.API.Migrations
{
[DbContext(typeof(CityInfoContext))]
partial cla... |
using System;
using System.Collections.Generic;
using System.Linq;
using Microsoft.Graphics.Canvas.Text;
using Windows.UI.Text;
using Windows.UI.Xaml.Controls;
using Windows.UI.Xaml.Media;
using Xamarin.Forms.Internals;
using IOPath = System.IO.Path;
using WApplication = Windows.UI.Xaml.Application;
namespace Xamarin... |
// Helpers/Settings.cs
using Conference.Clients.Portable;
using System;
using Xamarin.Forms;
using System.Collections.Generic;
using System.ComponentModel;
using System.Runtime.CompilerServices;
using Xamarin.Essentials;
namespace Conference.Clients.Portable
{
/// <summary>
/// This is the Settings static clas... |
using System.ComponentModel;
using System.Windows.Forms;
using DogAgilityCompetition.Controller.UI.Controls;
namespace DogAgilityCompetition.Controller.UI.Forms
{
partial class CustomDisplayForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private IContainer c... |
@model IEnumerable<Muesli.Models.Ingredient>
@{
ViewBag.Title = "Home Page";
}
<div>
<h1>Muesli madness</h1>
</div>
@*@using (Html.BeginForm("Index", "Cart"))
{
@Html.Hidden("returnUrl", Request.Url.PathAndQuery)
<input type="submit" class="btn btn-success" value="View Cart" />
}*@
<h2... |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// Управление общими сведениями о сборке осуществляется с помощью
// набора атрибутов. Измените значения этих атрибутов для изменения сведений,
// связанных со сборкой.
[assembly: AssemblyTitle("Tic_tac_toe")]
[asse... |
using System.Collections.Generic;
using SlackNet.Blocks;
using SlackNet.WebApi;
namespace SlackNet.Interaction
{
public class MessageResponseWrapper : IReadOnlyMessage
{
private readonly IMessageResponse _response;
public MessageResponseWrapper(IMessageResponse response) => _response = response... |
Order: 3
Description: One of the many benefits of static generation is that the end result is a collection of final files. By default, Wyam places the result of your build in the output folder. You can manually deploy your site by simply uploading these files to your host. There are also other ways to build and deploy ... |
using System;
using System.Text;
using System.Collections.Generic;
using System.Linq;
using NUnit.Framework;
using SCORM_Repository.Models;
using System.IO;
using System.Security.Cryptography;
namespace SCORM_Repository.Tests
{
[TestFixture]
public class SCORMObjectModelTest
{
public SCORMObjectM... |
// Turn the Buzzer on and Off with A Button
// In this example, we turn a buzzer on and off with a button.
// The GrovePi connects the Raspberry Pi and Grove sensors.
// You can learn more about GrovePi here: http://www.dexterindustries.com/GrovePi
// This example combines the GrovePi + Button + Buzzer
// http... |
// Copyright (c) .NET Foundation and Contributors (https://dotnetfoundation.org/ & https://stride3d.net) and Silicon Studio Corp. (https://www.siliconstudio.co.jp)
// Distributed under the MIT license. See the LICENSE.md file in the project root for more information.
#if STRIDE_GRAPHICS_API_NULL
using System;
namespa... |
using System.Net;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;
namespace weatherfrog.WeatherApi.Utilities
{
public class RetryHandler : DelegatingHandler
{
private const int MaxRetries = 3;
public RetryHandler(HttpMessageHandler innerHandler) : base(innerHandle... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Drawing;
using Sorting_Visualizer_2.observer;
namespace Sorting_Visualizer_2.sort
{
public class SortingArray : Provider
{
public SortingArray(int[] array)
... |
using Lykke.Common.Api.Contract.Responses;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.Filters;
using System;
namespace Lykke.Service.EthereumClassicApi.Filters
{
[AttributeUsage(AttributeTargets.Method)]
public class ValidateModelAttribute : ActionFilterAttribute
{
public overr... |
// 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 JetBrains.Annotations;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Animations;
using osu.Framework.Graphics.Containers;
using osu.Frame... |
/*
* 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... |
//------------------------------------------------------------------------------
// <copyright file="LiteralControl.cs" company="Microsoft">
// Copyright (c) Microsoft Corporation. All rights reserved.
// </copyright>
//-------------------------------... |
// <auto-generated />
using System;
using MAVN.Service.PrivateBlockchainFacade.MsSqlRepositories.Contexts;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.Migrations;
using Microsoft.EntityFramewor... |
using System;
using System.IO;
using System.Linq;
using System.Reflection;
using NUnit.Framework;
using Xamarin.ProjectTools;
namespace Xamarin.Android.Build.Tests
{
[NonParallelizable]
public class XASdkDeployTests : DeviceTest
{
static readonly string SdkVersion = Assembly.GetAssembly (typeof(XASdkProject))
... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Domain
{
public interface Idice
{
int GetLuckyScore();
}
} |
namespace RandomGeneratorTesting.RandomGenerators.Implementations
{
public class MiddleSquareWeylSeeds
{
public static ulong[] Seeds { get; } = new ulong[]
{
0x8b5ad4cef9c2703b,
0xdbc8915fabd37257,
0x3a16e0c5540e9daf,
0xbf3ac427d39cb715,
... |
//------------------------------------------------------------------------------
//----- OverrideUrlEncodedContent ----------------------------------------------
//------------------------------------------------------------------------------
//-------1---------2---------3---------4---------5---------6---------7-----... |
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
@using PracticeTestTafe.ViewModels |
// 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.Diagnostics;
using System.Linq;
using Df.EntityFrameworkCore.Oracle.Utilities;
using JetBrains.Annotations;
// ReSharper disable once Chec... |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// La información general de un ensamblado se controla mediante el siguiente
// conjunto de atributos. Cambie estos valores de atributo para modificar la información
// asociada con un ensamblado.
[assembly: Assembl... |
// IBindable.cs
//
// Copyright (C) BEditor
//
// This software may be modified and distributed under the terms
// of the MIT license. See the LICENSE file for details.
using System;
using BEditor.Data.Property;
namespace BEditor.Data.Bindings
{
/// <summary>
/// Represents the Bindable object.
/// </su... |
using System.Text.Json.Serialization;
namespace Horizon.Payment.Alipay.Domain
{
/// <summary>
/// AlipayOpenMiniVersionUploadModel Data Structure.
/// </summary>
public class AlipayOpenMiniVersionUploadModel : AlipayObject
{
/// <summary>
/// 小程序版本号,版本号必须满足 x.y.z, 且均为数字。要求版本号比商户之前最... |
using System.Collections;
using System.Collections.Generic;
public class pt_update_recruit_robot_to_member_d771 : st.net.NetBase.Pt {
public pt_update_recruit_robot_to_member_d771()
{
Id = 0xD771;
}
public override st.net.NetBase.Pt createNew()
{
return new pt_update_recruit_robot_to_member_d771();
}
public... |
// *** WARNING: this file was generated by the Pulumi SDK Generator. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading.Tasks;
using Pulumi.Serialization;
namespace Pulumi.Azur... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Lab7_LMS_System
{
internal class Teacher
{
public string TeacherName;
public Teacher(string TeacherName)
{
this.TeacherName = TeacherName;
... |
version https://git-lfs.github.com/spec/v1
oid sha256:19fd64b7d92f3759c01b534fb482fbc1887d76138f5176dd53cf4d377c015cbc
size 713 |
using Content.Shared.Input;
using Content.Shared.Pulling;
using Content.Shared.Pulling.Components;
using JetBrains.Annotations;
using Robust.Server.GameObjects;
using Robust.Shared.Input.Binding;
using Robust.Shared.Players;
namespace Content.Server.Pulling
{
[UsedImplicitly]
public sealed class PullingSystem ... |
namespace Kodeistan.HL7.Dotnetcore
{
public class SubComponent : MessageElement
{
public SubComponent(string val, HL7Encoding encoding)
{
this.Encoding = encoding;
this.Value = val;
}
protected override void ProcessValue()
{
}
}
} |
namespace Nofy.Core
{
using System.Collections.Generic;
using Nofy.Core.Helper;
using Nofy.Core.Model;
/// <summary>
/// Repository interface
/// </summary>
public interface INotificationRepository
{
/// <summary>
/// Add list of notifications
/// </summary>
/// <param name="notifications"></param>
... |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation 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.Dynamic;
using System.Reflection;
using System.Runtime.CompilerServices;
using S... |
// 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.Linq;
namespace Microsoft.EntityFrameworkCore.Scaffolding.Metadata.Internal
{
/// <summary>
/// This is an internal API that s... |
using AppCampus.Signboard.Components;
using AppCampus.Signboard.Components.Configuration;
using AppCampus.Signboard.Components.Logging;
using AppCampus.Signboard.DataStructures.Slideshow;
using AppCampus.Signboard.DataStructures.Widgets;
using AppCampus.Signboard.Enums;
using AppCampus.Signboard.Helpers;
using AppCamp... |
// For more information please refer to https://github.com/checkout/checkout-sdk-net
ICheckoutApi api = CheckoutSdk.DefaultSdk().StaticKeys()
.PublicKey("public_key")
.SecretKey("secret_key")
.Environment(Environment.Sandbox)
.HttpClientFactory(new DefaultHttpClientFactory())
.Build();
try
{
a... |
using System.Dynamic;
namespace Hiarc.Core.Settings.Events
{
public class EventServiceSetting
{
public string Provider { get; set; }
public string Name { get; set; }
public bool Enabled { get; set; }
public ExpandoObject Config { get; set; }
}
} |
using AutoMapper;
using DarkKanban.Core.Contracts.Models;
namespace DarkKanban.Core.Services.BoardView
{
public class BoarViewMappingProfile : Profile
{
public BoarViewMappingProfile()
{
CreateMap<Contracts.Entities.Board, BoardModel>()
.ForMember(x => x.Columns,
... |
using System.Collections.Generic;
using System.Threading.Tasks;
using KubernetesWrapper.Models;
namespace KubernetesWrapper.Services.Interfaces
{
/// <summary>
/// Interface for the kubernetes api wrapper
/// </summary>
public interface IKubernetesApiWrapper
{
/// <summary>
/// Gets... |
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//----------------------------------------... |
/*
* 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.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("Aw... |
using Microsoft.AspNetCore.Components;
namespace TabBlazor
{
public partial class DropdownMenu : TablerBaseComponent
{
[Parameter] public int Columns { get; set; } = 1;
[Parameter] public bool Arrow { get; set; } = false;
protected override string ClassNames => ClassBuilder
... |
using ExpandedContent.Config;
using ExpandedContent.Extensions;
using ExpandedContent.Utilities;
using Kingmaker.Blueprints;
using Kingmaker.Blueprints.Classes;
using Kingmaker.Blueprints.Classes.Selection;
using Kingmaker.Blueprints.Classes.Spells;
using Kingmaker.UnitLogic.Abilities.Blueprints;
using Kingmaker.UnitL... |
namespace Simulator.PointCloud.Trees
{
using UnityEngine;
/// <summary>
/// Class representing a single node in a quadtree hierarchy. Contains no points data.
/// </summary>
public class QuadtreeNodeRecord : NodeRecord
{
public QuadtreeNodeRecord(string identifier, Bounds bounds, int p... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using DI.Data.Entities;
namespace DI.Data
{
public class NoSqlClientRepository : IClientRepository
{
public List<Client> GetAll()
{
return new List<Client>()
{
new Clien... |
#region Copyright notice and license
// Copyright 2018 gRPC authors.
//
// 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 req... |
namespace Nameless.Caching.InMemory {
public delegate void PostEvictionDelegate (string key, object value);
} |
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("qr-... |
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("dr... |
using System;
namespace Veldrid
{
/// <summary>
/// Describes a compute <see cref="Pipeline"/>, for creation using a <see cref="ResourceFactory"/>.
/// </summary>
public struct ComputePipelineDescription : IEquatable<ComputePipelineDescription>
{
/// <summary>
/// The compute <see ... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using RsPackage.ReportingService;
using System.Web.Services;
using System.Web.Services.Protocols;
namespace RsPackage.Execution
{
public class BaseService
{
public event EventHandler<Mes... |
using System;
using System.Collections.Generic;
using UnityEngine;
namespace UnityStandardAssets.Water
{
[ExecuteInEditMode] // Make water live-update even when not in play mode
public class Water : MonoBehaviour
{
public enum WaterMode
{
Simple = 0,
Reflective = 1,
... |
using CSharpSampleApp.Entities;
namespace CSharpSampleApp.Services
{
public class LinkService : ApiGateway
{
/// <summary>
/// Gets url to link service.
/// </summary>
protected static string LinkUrl => SyncpointAPIUrlPrefix + "link.svc/";
/// <summary>
/// GET... |
namespace Dev.DevKit.Shared.Entities
{
public partial class msdyn_oc_geolocationprovider
{
#region --- PROPERTIES ---
//public DateTime? DateTime { get { return GetAliasedValue<DateTime?>("c.birthdate"); } }
#endregion
#region --- STATIC METHODS ---
#endregion
}... |
//******************************************************************************************************
// Program.cs - Gbtc
//
// Copyright © 2010, Grid Protection Alliance. All Rights Reserved.
//
// Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See
// the NOT... |
using System.Collections.Generic;
using System.Linq;
namespace RiSAT.Eshop.Domain.Common
{
// Source: https://docs.microsoft.com/en-us/dotnet/standard/microservices-architecture/microservice-ddd-cqrs-patterns/implement-value-objects
public abstract class ValueObject
{
protected static bool EqualOp... |
// *** WARNING: this file was generated by crd2pulumi. ***
// *** 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.Kubernetes.Types.O... |
// Copyright (c) Xenko contributors (https://xenko.com) and Silicon Studio Corp. (https://www.siliconstudio.co.jp)
// Distributed under the MIT license. See the LICENSE.md file in the project root for more information.
using Xenko.Core;
using Xenko.Core.Reflection;
using Xenko.Core.Translation;
using Xenko.Core.Transla... |
using System;
using System.Text;
using System.Collections;
using System.Collections.Generic;
using System.Runtime.Serialization;
using Newtonsoft.Json;
namespace IO.Swagger.Model {
/// <summary>
///
/// </summary>
[DataContract]
public class NewOrder {
/// <summary>
/// 주문의 고유 아이디
/// </summary... |
using System;
using System.Data;
using System.IO;
using System.Linq;
using System.Text;
using MySql.Data.MySqlClient;
namespace Netnr.Data.MySQL
{
/// <summary>
/// MySQL操作类
/// </summary>
public class MySQLHelper
{
/// <summary>
/// 连接字符串
/// </summary>
public stri... |
namespace Kartverket.Register.Migrations
{
using System;
using System.Data.Entity.Migrations;
public partial class FixDatasetType : DbMigration
{
public override void Up()
{
Sql("UPDATE RegisterItems SET DatasetType = 'Nasjonalt' WHERE (DatasetType is NULL) or DatasetType = ... |
@model NetCandyStore.Models.SetPasswordViewModel
@{
ViewBag.Title = "Create Password";
}
<h2>@ViewBag.Title.</h2>
<p class="text-info">
You do not have a local username/password for this site. Add a local
account so you can log in without an external login.
</p>
@using (Html.BeginForm("SetPassword", "Man... |
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using CodeforcesRound663Div2.Extensions;
using CodeforcesRound663Div2.Questions;
namespace CodeforcesRound663Div2.Questions
{
public c... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.