text
stringlengths
1
932k
@using BullsAndCows.Web.Areas.HelpPage.ModelDescriptions @model CollectionModelDescription @if (Model.ElementDescription is ComplexTypeModelDescription) { @Html.DisplayFor(m => m.ElementDescription) }
/* Copyright 2011 Google Inc Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software dis...
// *** 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...
// Generated by TankLibHelper // ReSharper disable All namespace TankLib.STU.Types { [STU(0x1E2AF12C, 48)] public class STUConfigVarUXDisplayText : STU_E4324757 { [STUField(0xAA76FAD1, 32)] // size: 16 public teStructuredDataAssetRef<ulong> m_displayText; } }
// 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.Diagnostics.CodeAnalysis; using System.Globalization; using System.Threading; using System....
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using MySql.Data.MySqlClient; using System.Data; namespace Perrera.Vistas { public partial class Sesion : System.Web.UI.Page { private cs_usuario usuario = new cs_...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace AntDesign { public static class EnumerableExtensions { public static void ForEach<T>(this IEnumerable<T> items, Action<T> action) { if (items == null) { ...
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("Sto...
using System; using System.ComponentModel.Composition; using System.Diagnostics; using Caliburn.Micro; using Launcher.Core; using MahApps.Metro.Controls; using Xceed.Wpf.DataGrid.Converters; using MahApps.Metro.Controls.Dialogs; using Xceed.Wpf.Toolkit; namespace Launcher.ViewModels { [Export(typeof (LoginViewMod...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.HttpsPolicy; using Microsoft.AspNetCore.Mvc; using Microsoft.Extensions.Configuration; usin...
/* Copyright 2019 Esri 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 to in writing, ...
/* * ORY Oathkeeper * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * * The version of the OpenAPI document: v0.0.0 * Contact: hi@ory.am * Generated by: https://github.com/openapitools/op...
/*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for license information. *---------------------------------------------------------------...
using System.Threading; using Cysharp.Threading.Tasks; using UnityEngine; using UnityEngine.Networking; namespace Samples.Section7.Factories { public class UniTaskWhenAllSample : MonoBehaviour { private async UniTaskVoid Start() { var token = this.GetCancellationTokenOnDestroy(); ...
 namespace Gelir_Gider_Takip { partial class frmAlert { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /...
// 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 Microsoft.ML.Probabilistic.Compiler.CodeModel { /// <summary> /// Switch case /// </summary> ...
namespace Service.Resolvers.Models { public class SearchResult<TPage> { public int Total { get; set; } public TPage Page { get; set; } } }
// <auto-generated> // 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 // re...
using System; using System.Collections.Generic; using System.Text; namespace Data.Model.UserModels { public class AuthenticateModel { public string Username { get; set; } public string Password { get; set; } } public class AuthenticateResponseModel { public int Id { get; s...
/************************************************************************************* Extended WPF Toolkit Copyright (C) 2007-2013 Xceed Software Inc. This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license For ...
using System.Collections.Generic; using System.Data; using System.Transactions; namespace JK.Common.Data.Ado; public abstract class QueryOperationBase<T> : OperationBase { private readonly CommandType commandType; private readonly string commandText; protected QueryOperationBase(DataContextBase context,...
// ========================================================================== // DocsVM.cs // Squidex Headless CMS // ========================================================================== // Copyright (c) Squidex Group // All rights reserved. // ================================================================...
using System; using System.Collections; using System.Collections.Generic; using System.Linq; // ToList() using UnityEngine; using UnityEngine.Assertions; using UnityEngine.Profiling; namespace Unity.Barracuda { public class TensorOperatorNewAllocator : ITensorAllocator { private List<Tensor> m_AllocatedTensors ...
namespace Gschwind.Lighthouse.Example.Models.Data { /// <summary> /// Lebenshaltungskosten /// </summary> public record LivingCosts : CashFlowBase { /// <summary> /// Erzeugt eine neue Instanz der <see cref="LivingCosts"/>-Klasse /// </summary> public LivingCosts() => ...
using System; using System.Globalization; using System.Reflection.Emit; using Yale.Expression.Elements.Base.Literals; using Yale.Parser.Internal; namespace Yale.Expression.Elements.Literals.Real { internal class SingleLiteralElement : RealLiteralElement { private readonly float _value; privat...
using System.Threading.Tasks; using Microsoft.AspNetCore.Identity; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.RazorPages; using Microsoft.Extensions.Logging; using MoviesSystem.Data.Models; namespace MoviesSystem.Web.Areas.Identity.Pages.Account.Manage { public class PersonalDataModel : PageMo...
using System; using Microsoft.EntityFrameworkCore.Metadata; using Microsoft.EntityFrameworkCore.Migrations; namespace SweetSavory.Migrations { public partial class Initial : Migration { protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.CreateTable( ...
using Windows.UI.Xaml; using Windows.UI.Xaml.Controls; namespace WinRTXamlToolkit.Sample.Views { public sealed partial class BindingDebugConverterTestPage : WinRTXamlToolkit.Controls.AlternativePage { public BindingDebugConverterTestPage() { this.InitializeComponent(); } ...
/*************************************************************************************** Extended WPF Toolkit Copyright (C) 2007-2014 Xceed Software Inc. This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license Fo...
// Copyright (c) 2012-2019 fo-dicom contributors. // Licensed under the Microsoft Public License (MS-PL). using System; using System.Runtime.CompilerServices; using System.Threading; using System.Threading.Tasks; using Dicom.Network.Client.Tasks; namespace Dicom.Network.Client.States { /// <summary> /// The D...
using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Http; using System.Web.Http; namespace XPikeLogging452.Controllers { public class ValuesController : ApiController { // GET api/values public IEnumerable<string> Get() { re...
using PG.Commons.Xml.Values; namespace PG.StarWarsGame.Commons.Xml.Tags.Engine.FoC { public sealed class ActivatedDestroyPlanetAbilityNamesXmlTagDefinition : AXmlTagDefinition { private const string KEY_ID = "Activated_Destroy_Planet_Ability_Names"; private const XmlValueType PG_TYPE = XmlValue...
//------------------------------------------------------------------------------ // <auto-generated> // 此代码由工具生成。 // 运行时版本:4.0.30319.42000 // // 对此文件的更改可能会导致不正确的行为,并且如果 // 重新生成代码,这些更改将会丢失。 // </auto-generated> //------------------------------------------------------------------------------ namespace C...
using UnityEngine; namespace gameBeba { public class Interactable : MonoBehaviour { [SerializeField] protected bool canSeeWithoutFlashlight; [SerializeField] protected float interactableDistance = 2.5f; [SerializeField] protected string actionKeyText; [SerializeField] protected...
using Unity.Entities; using Unity.Mathematics; using UnityEngine; using UnityEngine.Rendering; using Unity.Rendering; namespace Sark.Terminals.Rendering { [UpdateInGroup(typeof(InitializationSystemGroup))] [UpdateAfter(typeof(TerminalMeshDataResizeSystem))] public class TerminalUpdateRenderMeshBoundsSystem...
using System; using System.Collections.Generic; using System.Text; namespace Telerik.UI.Xaml.Controls.Data { internal static class SlotStrategyExecutionOrders { public static int ItemsOrder = 5; public static int IncrementalLoadingOrder = 10; } }
@page @model BeaverLeague.Web.ScheduleModel @{ ViewData["Title"] = "Schedule"; } <h1>Schedule</h1>
/* The MIT License (MIT) Copyright (c) 2014 Sebastian Loncar 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, modify, me...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace Microsoft.EntityFrameworkCore; public abstract class StoreGeneratedFixupRelationalTestBase<TFixture> : StoreGeneratedFixupTestBase<TFixture> where TFixture : StoreGene...
namespace Nanook.NKit { internal class ProcessFile { public SourceFile SourceFile { get; set; } public OutputResults Results { get; set; } public string Log { get; set; } public override string ToString() { return SourceFile?.Name ?? ""; } } }
using System; using System.Collections.Generic; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Xml.Linq; namespace ROMniscience.Handlers { class WiiU : Handler { public override IDictionary<string, string> filetypeMap => new Dictionary<string, string>{ {"r...
using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Mantle.Data.Entity; using Mantle.Infrastructure; using Mantle.Web.ContentManagement.Areas.Admin.Blog; using Mantle.Web.ContentManagement.Areas.Admin.Pages; using Mantle.Web.ContentManagement.Areas.Admin.Pages.Domain; using Mantle....
using System; using System.IO; using System.Runtime.ExceptionServices; using ShellScript.Core.Language.Compiler.CompilerErrors; using ShellScript.Core.Language.Compiler.Parsing; using ShellScript.Core.Language.Compiler.Statements; using ShellScript.Core.Language.Compiler.Transpiling; using ShellScript.Core.Language.Com...
using System.Web; using System.Web.Mvc; namespace PublicBookStore.API { public class FilterConfig { public static void RegisterGlobalFilters(GlobalFilterCollection filters) { filters.Add(new HandleErrorAttribute()); } } }
using ClussPro.Base.Data.Conditions; namespace ClussPro.Base.Data.Query { public interface IDeleteQuery { Table Table { get; set; } ICondition Condition { get; set; } void Execute(ITransaction transaction); } }
// <auto-generated /> using Nikcio.ApiAuthentication.Persistence.Contexts; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Metadata; using Microsoft.EntityFrameworkCore.Migrations; using Microsoft.EntityFrameworkCore.Storage.ValueConversion; ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Cynosura.Web.Infrastructure { public class ConfigurationProvider<T> : IConfigurationProvider<T> { public void Configure(T configuration) { var type = typeof(IConfigurationModule<T>); ...
// *** 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...
// Generated on 12/11/2014 19:02:05 using System; using System.Collections.Generic; using System.Linq; using BlueSheep.Common.IO; namespace BlueSheep.Common.Protocol.Types { public class GameFightFighterCompanionLightInformations : GameFightFighterLightInformations { public new const short ID = 454; public override...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace Microsoft.AspNetCore.Mvc.Formatters.Xml; internal sealed class ProblemDetailsWrapperProviderFactory : IWrapperProviderFactory { public IWrapperProvider? GetProvider(Wr...
using System; using AutoStep.Execution.Contexts; using Microsoft.Extensions.Logging; namespace AutoStep.Execution.Logging { /// <summary> /// Defines a simple logger that will store log entries in the active execution context. /// container. /// </summary> internal class CapturingLogger : ILogger ...
using System; using System.IO; using SevenZip; using SevenZip.Compression.LZMA; namespace MultipleMaidsConverter { internal static class LZMA { private static readonly CoderPropID[] PropIDs = { CoderPropID.DictionarySize, CoderPropID.PosStateBits, CoderPropID.LitContext...
using PerformanceTestingTool; using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading; using System.Windows.Forms; namespace Test { public partial class Form1 : Form { public Form...
// -------------------------------------------------------------------------------------------- #region // Copyright (c) 2022, SIL International. All Rights Reserved. // <copyright from='2021' to='2022' company='SIL International'> // Copyright (c) 2022, SIL International. All Rights Reserved. // // Distributable un...
// <auto-generated /> using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Metadata; using Microsoft.EntityFrameworkCore.Migrations; using Microsoft.EntityFrameworkCore.Storage.ValueConversion; using Webservice.Database; namespace Webservice.Migr...
using System.Collections; using Runner.Core; using Runner.Userdata; using UnityEngine; using UnityEngine.UI; namespace Runner.Menu { class Menu : MonoBehaviour, IGameState { [SerializeField] Text highScoreText, totalScoreText; public IEnumerator InitRoutine() { var scores =...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Linq.Expressions; using System.Reflection; using AutoMapper.Configuration; using AutoMapper.Configuration.Conventions; namespace AutoMapper { [DebuggerDisplay("{Name}")] public class ProfileMap { ...
using System; using Android.App; using Android.Content; using Android.Runtime; using Android.Views; using Android.Widget; using Android.OS; namespace DroidTester { [Activity(Label = "DroidTester", MainLauncher = true, Icon = "@drawable/icon")] public class MainActivity : Activity { int count = 1; ...
using System; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using Xunit; namespace WeihanLi.EntityFramework.Test { public class EFTestFixture : IDisposable { private readonly IServiceScope _serviceScope; public IService...
// "WaveVR SDK // © 2017 HTC Corporation. All Rights Reserved. // // Unless otherwise required by copyright law and practice, // upon the execution of HTC SDK license agreement, // HTC grants you access to and use of the WaveVR SDK(s). // You shall fully comply with all of HTC’s SDK license agreement terms and // cond...
using ColossalFramework.Math; using Klyte.Addresses.ModShared; using Klyte.Addresses.Xml; using System.Linq; namespace Klyte.Addresses.Extensions { internal static class AdrNeighborhoodExtension { private static AdrNeighborhoodConfig NeighborhoodConfig => AdrController.CurrentConfig.GlobalConfig.Nei...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Autodesk.DesignScript.Runtime; using RevitDB = Autodesk.Revit.DB; using RevitDoc = Autodesk.Revit.DB.Document; using RevitCategory = Autodesk.Revit.DB.Category; using RevitElemId = Autodesk.Revit...
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; using System.Web.Routing; namespace AjudaiWeb { public class MvcApplication : System.Web.HttpApplication { protected void Application_Start() { AreaRegistration.RegisterAllAre...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.ComponentModel.DataAnnotations; using System.Globalization; using System.Linq; using System.Reflection; using System.Text.Json; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc...
// Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from um/MsHTML.h in the Windows SDK for Windows 10.0.20348.0 // Original source is Copyright © Microsoft. All rights reserved. using NUnit.Framework; using System...
using Rami.Wechat.Core.Comm; using System.Collections.Generic; using System.Xml.Serialization; namespace Rami.Wechat.Core.Enterprise { /// <summary> /// 企业群聊 /// </summary> public class EntChatApi { #region 常量地址 /// <summary> /// 创建会话 /// </summary> private...
using System.Collections.Generic; using System.Management.Automation; using MxNet; using MxNet.Initializers; using MxNet.Optimizers; using MxNet.Image; using MxNet.Gluon; using MxNet.Gluon.RNN; using OpenCvSharp; using NumpyDotNet; namespace Horker.MxNet.PowerShell { [Cmdlet("New", "MxGluonCosineEmbeddingLoss")] ...
using System; namespace Catalog.Domain.Common { public abstract class AuditableEntity { public DateTime Created { get; set; } public string CreatedBy { get; set; } = null!; public DateTime? LastModified { get; set; } public string? LastModifiedBy { get; set; } } }
@page @model A_ProjectUMS.Pages.RoleModel @* For more information on enabling MVC for empty projects, visit http://go.microsoft.com/fwlink/?LinkID=397860 *@ <h1>Roles</h1> <hr /> <table class="table table-striped table-hover table-bordered"> <tr> <th>Role</th> <th>Edit | Delete</th> </tr> ...
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 Catalogo_Blazor.Server.Pages { [ResponseCache(Duration = 0, Location =...
namespace TestStack.White.UIItems.Actions { public interface ActionListener { void ActionPerforming(UIItem uiItem); void ActionPerformed(Action action); } public class NullActionListener : ActionListener { public virtual void ActionPerforming(UIItem uiItem) {} publi...
@model IEnumerable<Security.Models.ApplicationRole> @{ ViewData["Title"] = "Index"; } <h2>Index</h2> <p> <a asp-action="Create">Create New</a> </p> <table class="table"> <thead> <tr> <th> @Html.DisplayNameFor(model => model.Name) </th> ...
// This is a generated file! Please edit source .ksy file and use kaitai-struct-compiler to rebuild namespace Kaitai { public partial class ValidFailRangeFloat : KaitaiStruct { public static ValidFailRangeFloat FromFile(string fileName) { return new ValidFailRangeFloat(new KaitaiS...
using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Content; using Microsoft.Xna.Framework.Graphics; class GameWorld { Texture2D background; Ball ball; PaintCan can1, can2, can3; Cannon cannon; public GameWorld(ContentManager Content) { background = Content.Load<Texture2D>("s...
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
using System.Collections; using System.Collections.Generic; using UnityEngine; public class meraki_moving : MonoBehaviour { public CharacterController2D controller; public float runSpeed = 100f; float horizontalMove = 0f; public bool jump = true; // Use this for initialization void Start () { ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace proiect.bin { public enum Culoare { ALB, NEGRU }; }
using Microsoft.AspNetCore.Identity; namespace Frederikskaj2.Reservations.Server.Data { public class UserRole : IdentityUserRole<int> { public virtual User? User { get; set; } public virtual Role? Role { get; set; } } }
using Opc.Ua; using System; using System.IO; namespace MqttConfigCreator { class Program { static void Main(string[] args) { CreateGateMonitorDataSet(@".\config\gate.json"); } static void CreateGateMonitorDataSet(string path) { PublishedDataIte...
using HelperCommon; using Model; using Model.CommonModel; using Model.FormatModel; using Model.ViewModel; using OperationManager.Models; using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; namespace OperationManager.Controllers { [LoginCheck] public class...
// ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // ------------------------------------------------------------------------------ /...
using BICommon; using BIModel.Access; 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 BIFileParam { public partial class FrmMain : Form ...
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 CMonsterContractChoiceAction : CStorySceneChoiceLine...
using UnityEngine; using System.Collections; [System.Serializable] public class GoodsData{ public int id; public int level; public string name; public Sprite sprite; public int type; public int count=1; public string iconName; private string describe; //public GoodsData(int _id,...
/* * 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("06...
using System; using System.Linq; using System.Threading; using System.Threading.Tasks; using Microsoft.AspNetCore.Http; using PlaywrightSharp.Tests.Attributes; using PlaywrightSharp.Tests.BaseTests; using PlaywrightSharp.Xunit; using Xunit; using Xunit.Abstractions; namespace PlaywrightSharp.Tests { ///<playwright...
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text; using System.Windows.Data; using System.Windows.Media; namespace WPFCore.Converters { public class NumberToBrushConverter : IValueConverter { private Brush _lowBrush = Brushes.Black; ...
using System; using System.Collections.Generic; namespace WizBot.Services.Database.Models { public class AntiRaidSetting : DbEntity { public int GuildConfigId { get; set; } public GuildConfig GuildConfig { get; set; } public int UserThreshold { get; set; } public int Seconds { ...
// <auto-generated /> using System; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Metadata; using Microsoft.EntityFrameworkCore.Storage.ValueConversion; using Project04_Auth_CRUD_ASP.NET.Data; namespace Project04_Auth_CRUD_ASP.NET.Data.Mig...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data { using System.Collections.Generic; using System.Data.OleDb; u...
using Abp.Configuration.Startup; using Abp.Localization.Dictionaries; using Abp.Localization.Dictionaries.Xml; using Abp.Reflection.Extensions; namespace Matija.App.Localization { public static class AppLocalizationConfigurer { public static void Configure(ILocalizationConfiguration localizationConfig...
using System; using UnityEngine.Rendering.HighDefinition.Attributes; //----------------------------------------------------------------------------- // structure definition //----------------------------------------------------------------------------- namespace UnityEngine.Rendering.HighDefinition { class AxF : R...
#region Header // // CmdWallOpeningProfiles.cs - determine and display all wall opening face edges including elevation profile lines // // Copyright (C) 2015-2020 by Jeremy Tammik, Autodesk Inc. All rights reserved. // // Keywords: The Building Coder Revit API C# .NET add-in. // #endregion // Header #region Namespaces...
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Runtime.InteropServices; using ILRuntime.CLR.TypeSystem; using ILRuntime.CLR.Method; using ILRuntime.Runtime.Enviorment; using ILRuntime.Runtime.Intepreter; using ILRuntime.Runtime.Stack; using ILRuntime.Reflection...
using AllTrickOverView.Core; namespace AllTrickOverView.Examples { public class Example_UnityDuplicateEvent : AExample_Base { public static TrickOverViewInfo TrickOverViewInfo = new TrickOverViewInfo("UnityDuplicateEvent", "监听Hierarchy下的Ctrl+D⌚️", "Hierarchy"...
using System.Collections; using System.Collections.Generic; using UnityEngine; public class Expense { public int ExpenseId { get; set; } public string ExpenseName { get; set; } public int TripId { get; set; } public decimal TotalPrice { get; set; } public Person WhoPaid { get; set; } public L...
using Brighid.Identity.Applications; namespace Microsoft.Extensions.DependencyInjection { public static class ApplicationsServiceCollectionExtensions { public static void ConfigureApplicationsServices(this IServiceCollection services) { services.AddScoped<IApplicationService, Defaul...
using FluentAssertions; using poc.Google.Directions.Services; using poc.Google.Directions.Tests.Builders; using Wild.TestHelpers.Extensions; using Xunit; namespace poc.Google.Directions.Tests { public class MagicLinkServiceTests { [Fact] public void MagicLinkService_Constructor_Guards_Against_N...
using Microsoft.Extensions.Logging.Control; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Microsoft.Extensions.Logging.Control { public class NullControl : IControl { public void Append(string text) { } ...