text
stringlengths
1
932k
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Runtime.InteropServices.WindowsRuntime; using Windows.ApplicationModel; using Windows.ApplicationModel.Activation; using Windows.Foundation; using Windows.Foundation.Collections; using Windows.UI.Xaml; using Windows.UI.Xam...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc; using CodeBuildDemo.Models; namespace CodeBuildDemo.Controllers { public class HomeController : Controller { public IActionResult Index() {...
using System; using System.Collections.Generic; namespace Persona.API.Model { public partial class Contacto { public int IdDoc { get; set; } public int IdTipoContacto { get; set; } public string Descripcion { get; set; } } }
@{ ViewBag.Title = "OCR"; } <div id="content"> <!-- CONTENT --> <div id="page-header"> <div class="row"> <div class="span12 whitebg"> <h1>OCR.space <span>Local</span></h1> <div class="process-builder"> <ul class="fixed"> ...
using Ctrl.Core.Entities.Dtos; namespace Ctrl.Domain.Models.Dtos.Config { /// <summary> /// 表列结构 /// </summary> public class SystemDataBaseColumnOutput: IOutputDto { /// <summary> /// 列名 /// </summary> public string FieldName { get; set; } /// <summa...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.IO; using System.Net.Http; using System.Text; namespace Microsoft.PowerShell.Commands { /// <summary> /// WebRespo...
using System; using System.Xml.Serialization; using System.ComponentModel.DataAnnotations; using BroadWorksConnector.Ocip.Validation; using System.Collections.Generic; namespace BroadWorksConnector.Ocip.Models { /// <summary> /// Redirected call selection. /// When " redirectedCall " is set to true, all ca...
#r "nuget:System.Data.SqlClient, 4.4.0" using System.Data.SqlClient; using (var connection = new SqlConnection(@"Server=tcp:dotnet-script.database.windows.net,1433;Initial Catalog=Sample;Persist Security Info=False;User ID=readonlylogin;Password=ztygpRhfjgej0we|dxHfxybhmsFT7_&#$!~<!n5,lfvtButr;MultipleActiveResultS...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. // <auto-generated/> #nullable disable using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Azure; using Azure.Core; usin...
namespace KSL.Gestures.Segments { using KSL.Gestures.Core; using Microsoft.Kinect; public class HelloSegment1 : IGesturesSegment { public GesturePartResult CheckGesture(Skeleton skeleton) { //JointType. // Right hand in form of head. if (skeleton.Joi...
#region Copyright Syncfusion Inc. 2001-2016. // Copyright Syncfusion Inc. 2001-2016. All rights reserved. // Use of this code is subject to the terms of our license. // A copy of the current license can be obtained at any time by e-mailing // licensing@syncfusion.com. Any infringement will be prosecuted under // applic...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using AutoReservation.Dal; using AutoReservation.Dal.Entities; using Microsoft.EntityFrameworkCore; namespace AutoReservation.BusinessLayer { public class CarManager : ManagerBase { public async Ta...
// *** 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...
// // IHaving.cs // // Copyright (c) 2017 Couchbase, Inc 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 // // ...
using System.Collections.Generic; using VirtualWork.Interfaces.EmailService; namespace VirtualWork.Service.EmailService { class SmtpConfigurationProvider : ISmtpConfigurationProvider { private static readonly Dictionary<string, ISmtpServerOptions> KnownConfigurations = new Dictionary<string, ISmtpServerOptions> ...
using Microsoft.DirectX; using System; using System.Collections.Generic; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using TGC.Core.Direct3D; using TGC.Core.Input; using TGC.Core.Text; using TGC.Core.Utils; using TGC.Examples.Engine2D.Spaceship.Core; namespace TGC.Group.M...
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.30319.18444 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //--...
// ************************************************************* // project: graphql-aspnet // -- // repo: https://github.com/graphql-aspnet // docs: https://graphql-aspnet.github.io // -- // License: MIT // ************************************************************* namespace GraphQL.AspNet.Tests.Framework.Interf...
using System; namespace Sign_of_IntegerNumber { class Program { public static void Main(string[] args) { int n = int.Parse(Console.ReadLine()); PrintSign(n); } public static void PrintSign(int number) { if (number > 0) { ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace SuperSocket.Management.Client.ViewModel { public class LoadingInstanceViewModel : InstanceViewModelBase { public LoadingInstanceViewModel(ServerViewModel server) : base(server) { ...
using Microsoft.Extensions.Logging; using System; using System.Net.Http; using System.Threading; using System.Threading.Tasks; namespace HTTPlease.Diagnostics.MessageHandlers { /// <summary> /// Client-side HTTP message handler that logs outgoing requests and incoming responses. /// </summary> public class Loggin...
using System; namespace Composable.CQRS.EventSourcing { public class AggregateRootNotFoundException : Exception { public AggregateRootNotFoundException(Guid aggregateId): base(string.Format("Aggregate root with Id: {0} not found", aggregateId)) { } } }
// =================================================================================================== // = Author : Mike // = Created : 2021-02-28 18:53 // =================================================================================================== // = Description : // =============================...
using System; namespace ImageResizer.FluentExtensions { /// <summary> /// As expression for configuring simple filters options. /// For more information see http://imageresizing.net/plugins/simplefilters /// </summary> public class SimpleFiltersExpression : ImageUrlBuilderExpression { ...
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // // C# port by: Lars Brubaker // larsbrubaker@gmail.com // Copyright (C) 2007-2011 // // Permission to copy, use, modify, sell and distribute this software // is granted provided this ...
using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace HumanResources { //Approval status should be mapped to what Dynamics Business Central/NAV have for neat code! public enum DocumentApprovalStatus { Created = 0, Open = 1, Canceled = 2, ...
using KidsToyHive.Domain; using KidsToyHive.Domain.Common; using MediatR; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using Newtonsoft.Json; using System; using System.Collections.Concurrent; using System.Linq; using System.Reactive.Linq; using System.Thre...
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("Doc...
using System.Reflection; using System.Resources; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Windows; // As informações gerais sobre um assembly são controladas por // conjunto de atributos. Altere estes valores de atributo para modificar as informações // associada a um ...
// ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // ------------------------------------------------------------------------------ /...
// *** 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.Goog...
using System.Management.Automation; using UiPath.PowerShell.Models; using UiPath.PowerShell.Util; using UiPath.Web.Client20194; namespace UiPath.PowerShell.Cmdlets { [Cmdlet(VerbsCommon.Remove, Nouns.QueueItem)] public class RemoveQueueItem: AuthenticatedCmdlet { [ValidateNotNull] [Paramet...
using Microsoft.OpenApi.Models; namespace Microsoft.OpenApi; public static class OpenApiOperationExtensions { private const string MEDIA_TYPE_JSON = "application/json"; private const string MEDIA_TYPE_YAML = "application/x-yaml"; private const string MEDIA_TYPE_MSGPACK = "application/x-msgpack"; pub...
/* Copyright 2017 Coin Foundry (coinfoundry.org) Authors: Oliver Weichhold (oliver@weichhold.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 restriction, including without limitation...
// *** 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...
namespace Aspose.Tasks.Examples.CSharp { using System; using System.Collections.Generic; using NUnit.Framework; [TestFixture] public class ExWorkingTimeCollection : ApiExampleBase { [Test] public void CreateCustomizedWorkingTimeCollection() { // ExStart ...
namespace EA.Weee.DataAccess.Mappings { using Domain; using System.Data.Entity.ModelConfiguration; internal class SystemDataMapping : EntityTypeConfiguration<SystemData> { public SystemDataMapping() { this.ToTable("SystemData", "dbo"); Property(e => e.InitialIb...
using System; using System.Collections.Generic; using System.Linq; using System.Xml; using Umbraco.Cms.Core.Models.PublishedContent; namespace Umbraco.Cms.Core.PropertyEditors.ValueConverters { [DefaultPropertyValueConverter] public class MultipleTextStringValueConverter : PropertyValueConverterBase { ...
using System.Collections; using System.Collections.Generic; using Unity.Collections; using UnityEngine; public class Cubecontroller : MonoBehaviour { [ReadOnly] public string destination; [ReadOnly] public Vector3 destinationVec; Vector3 lastPosition; public bool reachedDestination; public float m...
using System; using System.Collections.Generic; using System.Threading.Tasks; using Domain.Dtos.User; namespace Domain.Interfaces.Services { public interface IUserService : IBaseService { Task<UserResultDto> FindByIdAsync(Guid id); Task<IEnumerable<UserResultDto>> FindAllAsync(); Task<U...
using System; using System.Collections.Generic; using System.Text; using Microsoft.EntityFrameworkCore; using ManageEXP.Domain.Entities; using System.Linq; using System.Threading.Tasks; using System.Threading; using ManageEXP.Domain.Interfaces.DAL; namespace ManageEXP.Domain.DAL { public class DomainDbContext : D...
//------------------------------------------------------------------------------ // <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> //----------------------------------------...
namespace Mercurial.Gui { /// <summary> /// Implements the TortoiseHg "drag_move" command: /// Move the selected files to the desired directory. /// </summary> /// <remarks> /// This command is only available for the <see cref="GuiClientType.PyQT"/> client type. /// </remarks> [GuiClient...
namespace Features.Data { public enum Match3State { PlayerTurn, SwapInProgress, RevertSwapInProgress, MatchesSearch, MatchesFall, GameOver } }
using System.Threading.Tasks; namespace MarginTrading.Backend.Core { public interface ITradingEngine { Task<Order> PlaceOrderAsync(Order order); Task<Order> CloseActiveOrderAsync(string orderId, OrderCloseReason reason, string comment = null); Order CancelPendingOrder(string orderId, O...
using System.Collections; using System.Collections.Generic; using System.Linq; namespace DeveImageOptimizer.Helpers.Concurrent { public class ConcurrentSortedSet<T> : IEnumerable<T> { private readonly SortedSet<T> internalSet; private readonly object lockject = new object(); public Co...
using System.Linq; using System.Net.Http; using System.Net.Http.Formatting; using System.Threading.Tasks; using Newtonsoft.Json.Linq; namespace KF.GoogleUrlShortenerApi { public class UrlShortener { private readonly string _apiKey; private readonly string _uri; private const string De...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace CredentialSample.Caller.Areas.HelpPage { /// <summary> /// This class will create an object of a given type and popu...
// 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.Services.Personalization { using System; using System.Collections; using System.Data...
using AutoMapper; using PolymorphicWebAPI.Domain.DTO; using PolymorphicWebAPI.Domain.Entities; using PolymorphicWebAPI.Persistence.Factories; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Tactical.DDD; namespace PolymorphicWebAPI.Persistence....
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; using System.Threading.Tasks; using static MovieApp.API.Models.MovieModel; namespace MovieApp.API.Models.DTOs { public class MoviesCreateDTO { [Required] public string Name { get; se...
using System; using System.Linq; using AdventOfCode2020.Day11; using Xunit; using Xunit.Abstractions; namespace AdventOfCode2020.Tests.Day11 { public class Day11Tests { private readonly ITestOutputHelper _testOutputHelper; public Day11Tests(ITestOutputHelper testOutputHelper) { ...
@using MVCStokTakibi.Models.Entity @model List<TBLKATEGORILER> @{ ViewBag.Title = "Index"; Layout = "~/Views/Shared/_MainLayout.cshtml"; } <table class="table table-bordered"> <tr> <th>Kategori ID</th> <th>Kategori Ad</th> <th>Sil</th> <th>Güncelle</th> <tr> <tbody>...
// // Copyright (c) Microsoft. 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 // // Unless required by applicable l...
@model iProjects.Models.ApplicationRole @{ ViewBag.Title = "Delete"; } <h2>Delete.</h2> <h3>Are you sure you want to delete this Role? </h3> <p>Deleting this Role will remove all users from this role. It will not delete the users.</p> <div> <h4>Role.</h4> <hr /> <dl class="dl-horizontal"> <d...
using Eggs.Core.Api.IRepository; using Eggs.Core.Api.Repository.Base; using Eggs.Core.Api.Model.Models; using Eggs.Core.Api.IRepository.UnitOfWork; namespace Eggs.Core.Api.Repository { /// <summary> /// RoleRepository /// </summary> public class RoleRepository : BaseRepository<Role>, IRoleRepository ...
@using OrchardCore.ContentManagement @using OrchardCore.Menu @{ ContentItem contentItem = Model.ContentItem; var linkMenuItemPart = contentItem.As<LinkMenuItemPart>(); } <a href="@Url.Content(linkMenuItemPart.Url)">@linkMenuItemPart.Name</a>
namespace _86boxManager { partial class dlgCloneVM { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// ...
using System.IO; namespace TicTacTubeCore.Sources.Files { /// <summary> /// A datasource that is simply a file. /// </summary> public interface IFileSource : IDataSource { /// <summary> /// The file info containing all information of the file. /// </summary> FileInfo FileInfo { get; } /// <sum...
// 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.Buffers; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Text.Json.Seri...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace Microsoft.DocAsCode.EntityModel { using Microsoft.DocAsCode.EntityModel.ViewModels; public class ResolvePath : IResolverPipeline { public...
namespace Stripe { using System; using System.Collections.Generic; using Newtonsoft.Json; using Stripe.Infrastructure; public class AccountCreateOptions : BaseOptions, IHasMetadata { /// <summary> /// An <a href="https://stripe.com/docs/api/tokens/create_account">account token</...
// Copyright (c) IEvangelist. All rights reserved. // Licensed under the MIT License. using Microsoft.Azure.CosmosRepository; using Microsoft.Azure.CosmosRepository.Specification; namespace Specification; public class SpecificationOrderSamples { private readonly IRepository<Person> _repository; public Spec...
//------------------------------------------------------------------------------ // <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 System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class Score : MonoBehaviour { // Use this for initialization void Awake () { Text text = this.GetComponent<Text>(); int score = GameStateManager.Instance.fleetManager.NumberOfCrew(); t...
// ************************************************************************************************* // The MIT License (MIT) // // Copyright (c) 2016 Sean // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to dea...
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.EventSystems; public class MenuQuit : MonoBehaviour, IPointerClickHandler { public MenuMaster menuMaster; public void OnPointerClick(PointerEventData eventData) { menuMaster.OnSceneExit(); Tal...
namespace PandaWebApp.Models.Enums { public enum Role { User, Admin } }
#if !NETSTANDARD13 /* * 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 ...
using NUnit.Framework; namespace Umbraco.Tests.Configurations.UmbracoSettings { [TestFixture] public class WebRoutingElementTests : UmbracoSettingsTests { [Test] public void TrySkipIisCustomErrors() { Assert.IsTrue(SettingsSection.WebRouting.TrySkipIisCustomErrors == fa...
// *** 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 Newtonsoft.Json; namespace Essensoft.AspNetCore.Payment.LianLianPay.Response { public class LianLianPayRefundQueryResponse : LianLianPayResponse { /// <summary> /// 交易结果代码 /// </summary> [JsonProperty("ret_code")] public string RetCode { get; set; } /// ...
namespace Aviant.DDD.Application.Services { using System; using System.Linq; using System.Threading; using System.Threading.Tasks; using Core.Aggregates; using Core.EventBus; using Core.Persistence; using Core.Services; public sealed class EventsService<TAggregate, TAggregateId> : I...
using System; namespace Suitcases100Points { class Program { static void Main(string[] args) { double capacity = double.Parse(Console.ReadLine()); string command = Console.ReadLine(); int counter = 0; double volume = 0; w...
// Copyright (c) Huy Hoang. All rights reserved. // Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information. using Dash.Engine; using Dash.Engine.LanguageProviders; using Microsoft.Extensions.DependencyInjection; namespace Dash.Application { public static class Lan...
#if GRIFFIN using UnityEngine; namespace Pinwheel.Griffin.TextureTool { [System.Serializable] public struct GBlurParams { [SerializeField] private int radius; public int Radius { get { return radius; } set ...
using System.Reflection; using System.Runtime.CompilerServices; // Information about this assembly is defined by the following attributes. // Change them to the values specific to your project. [assembly: AssemblyTitle("Emotions")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly:...
// 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.Linq; using System.Net; using System.Threading; using System.Threading.Tasks; using Microso...
using Riganti.Utils.Infrastructure.Core; namespace Riganti.Utils.Infrastructure.EntityFrameworkCore { /// <summary> /// Prescription of this interface is used to track children commit requests. /// Such unit of work /// </summary> public interface ICheckChildCommitUnitOfWork : IUnitOfWork { ...
using System; using System.Globalization; using System.Linq; using System.Reflection; namespace Maoui { public static class StampHelper { public static DateTime GetBuildDate(Assembly assembly) { var attribute = assembly.GetCustomAttributes<AssemblyMetadataAttribute>().FirstOrDefaul...
namespace FlickrOffloadr.Model { public class DataItem { public string Title { get; private set; } public DataItem(string title) { Title = title; } } }
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Text; using System.Threading.Tasks; using UnityEngine; using Unity; public static class DataUtility { public static bool UpdatePropertiesFromText(ref Dictionary<string, string> propertiesDict, string propsToJ...
// // HtmlWriterState.cs // // Author: Jeffrey Stedfast <jestedfa@microsoft.com> // // Copyright (c) 2013-2018 Xamarin Inc. (www.xamarin.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Sof...
// Smdn.Fundamental.Stream.BinaryReaderWriter.dll (Smdn.Fundamental.Stream.BinaryReaderWriter-3.0.0 (netstandard1.6)) // Name: Smdn.Fundamental.Stream.BinaryReaderWriter // AssemblyVersion: 3.0.0.0 // InformationalVersion: 3.0.0 (netstandard1.6) // TargetFramework: .NETStandard,Version=v1.6 // Configuration: ...
// MvxSourceBinding.cs // (c) Copyright Cirrious Ltd. http://www.cirrious.com // MvvmCross is licensed using Microsoft Public License (Ms-PL) // Contributions and inspirations noted in readme.md and license.txt // // Project Lead - Stuart Lodge, @slodge, me@slodge.com using System; namespace Cirrious.MvvmCross.Bindi...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace Contact.API.Exceptions { /// <summary> /// 错误返回时的JSON对象 /// </summary> public class JsonErrorResponse { /// <summary> /// 错误消息 /// </summary> public string Mes...
using System; using System.Collections.Generic; using System.Runtime.InteropServices; using System.Threading; using RFReborn.Windows.Native; using RFReborn.Windows.Native.Enums; using RFReborn.Windows.Native.Structs; namespace RFReborn.Windows.Input { /// <summary> /// Provides methods to manipulate and g...
using System.Text.Json; using Amazon.Runtime; using Amazon.SQS; using Amazon.SQS.Model; using Amido.Stacks.Application.CQRS.ApplicationEvents; using Amido.Stacks.Configuration; using Amido.Stacks.Messaging.AWS.SQS.Logging; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; namespace Amido.Stacks.M...
namespace Ocelot.Provider.MySql { using Configuration.Creator; using Configuration.File; using Configuration.Repository; using Microsoft.AspNetCore.Builder; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Options; using Middleware; using Responses; using S...
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("Ex...
using System; using System.Windows; using System.Windows.Input; using System.Windows.Media; namespace LineCharts { /// <summary> /// Interaction logic for ChartZooming.xaml /// </summary> public partial class ChartPanning : Window { private Point startPoint = new Point(); private P...
@using NewLife; @using System.ComponentModel; @using System.Reflection; @using NewLife.Reflection; @{ //Layout = NewLife.Cube.Setting.Current.Layout; var obj = (Object)Model; var list = ViewBag.Fields as IList<DataField>; var dic = list .GroupBy(e => e.Category + "") .ToDictionary(e => e.Key, e => e.ToList())...
using DownKyi.Core.Logging; using System; using System.IO; using System.Security.Cryptography; using System.Text; namespace DownKyi.Core.Utils.Encryptor { public static partial class Encryptor { /// <summary> /// DES加密字符串 /// </summary> /// <param name="encryptString">待加密的字符串</...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; namespace Sonak { /// <summary> /// Represent a combination of key presses. /// Example: a key combo Ctrl+Shift+A /// </summary> public class KeyCombo { private const string _EMPTY_...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Text; using System.Xml.Serialization; using ProtoBuf; using VRage.ObjectBuilders; using Sandbox.Common.ObjectBuilders.VRageData; namespace Sandbox.Common.ObjectBuilders.Definitions { [ProtoContract] [M...
using System; using TES4Lib.Base; using TES4Lib.Subrecords.ACHR; using TES4Lib.Subrecords.Shared; using Utility; namespace TES4Lib.Records { public class ACHR : Record { public EDID EDID { get; set; } public NAME NAME { get; set; } public XRGD XRGD { get; set; } public XESP ...
using System.Collections; using System.Collections.Generic; using UnityEngine; namespace NeverEndingJob.Interfaces { public interface IStatus { /// <summary> /// Get all added modifiers. /// </summary> /// <returns>List of all added modifiers</returns> Dictionary<int, I...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Linq; using System.Threading.Tasks; using System.Windows.Forms; using DevExpress.XtraBars; using Newtonsoft.Json.Linq; using Newtonsoft.Json; using DevExpress.XtraEditor...
using Mapster; using ss.db.models; namespace SS.Db.models.sheriff { [AdaptTo("[name]Dto")] public class SheriffLeave : SheriffEvent { public virtual LookupCode LeaveType { get; set; } public int? LeaveTypeId { get; set; } } }
using System; using System.Xml.Serialization; using System.ComponentModel.DataAnnotations; using BroadWorksConnector.Ocip.Validation; using System.Collections.Generic; namespace BroadWorksConnector.Ocip.Models { /// <summary> /// Modify a call center's announcement settings. /// The response is either a Su...