content
stringlengths
23
1.05M
namespace LanguageExt.Tests.Parsing { public class parseByteTests : AbstractParseTUnsignedPrecisionIntervalTests<byte> { protected override Option<byte> ParseT(string value) => Prelude.parseByte(value); protected override byte MinValue => byte.MinValue; protected override byte MaxValue...
using System; using System.Collections.Generic; using System.Linq; using CorporaLib; // 28.02.2018 добавлены тэги существительных для ПАДЕЖ:ОТЛОЖ class LemmatizationTable { // Для каждого тега, включая -1, собираем статистику пар приставок/окончаний Dictionary<int, Dictionary<string, Dictionary<string, int>...
using UnityEngine; using UnitySceneExtensions; namespace Chisel.Core { [ChiselPlacementTool(name: ChiselCylinderDefinition.kNodeTypeName, group: ChiselToolGroups.kBasePrimitives)] public sealed class ChiselCylinderPlacementTool : ChiselBoundsPlacementTool<ChiselCylinderDefinition> { public Cylinde...
using AutoMapper; using Mimirorg.TypeLibrary.Models.Application; using Mimirorg.TypeLibrary.Models.Client; using TypeLibrary.Data.Models; namespace TypeLibrary.Core.Profiles { public class NodeTerminalProfile : Profile { public NodeTerminalProfile() { CreateMap<NodeTerminalLibDm, No...
using UnityEngine; using System.Collections; using UnityEngine.UI; using System; namespace SeembaSDK { [CLSCompliant(false)] public class LastResultTournamentListController : MonoBehaviour { public Text victory, defeat, tournamentID, date, title; public Button showResult; } }
namespace C64GBOnline.WPF.Abstractions; public interface IAsyncInitializable { ValueTask InitializeAsync(CancellationToken stoppingToken); }
using System; using Autofac; using Autofac.Extensions.DependencyInjection; using Jabberwocky.Glass.Autofac.DependencyInjection.Providers; using Microsoft.Extensions.DependencyInjection; using Sitecore.DependencyInjection; namespace Jabberwocky.Glass.Autofac.DependencyInjection { public class AutofacServiceProviderBu...
using PlayFab.AdminModels; namespace RPSLS.Game.Multiplayer.Builders { public class GetPlayerStatisticDefinitionsRequestBuilder : PlayFabRequestCommonBuilder<GetPlayerStatisticDefinitionsRequestBuilder, GetPlayerStatisticDefinitionsRequest> { } }
using System.Xml; using FluentNHibernate.Utils; namespace FluentNHibernate.MappingModel.Output { public class XmlParentWriter : NullMappingModelVisitor, IXmlWriter<ParentMapping> { private XmlDocument document; public XmlDocument Write(ParentMapping mappingModel) { ...
using Northwind.Server.DataAccessLayer.Contexts; using Northwind.Server.DataAccessLayer.Entities; using Northwind.Server.DataAccessLayer.Interfaces; using Northwind.Server.DataAccessLayer.Repositories.Base; namespace Northwind.Server.DataAccessLayer.Repositories { public class EmployeeRepository : Repository<Empl...
using System.Collections.Immutable; using System.Linq; using Sx = Xilium.Crdtp.Pdl.Syntax; namespace Xilium.Crdtp.Sema.Symbols.Source { internal class SourcePropertySymbol : PropertySymbol { private readonly Symbol _containingSymbol; private readonly Sx.PropertySyntax _propertySyntax; ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace LogJoint.Postprocessing.Timeline { class EventImpl: IEvent { readonly ITimelinePostprocessorOutput owner; readonly TimeSpan time; readonly string name; readonly EventType type; rea...
using System; namespace Esfa.Recruit.Shared.Web.ViewModels { public class InfoMessages { public const string VacancyUpdated = "The vacancy '{0}' has been updated."; public const string VacancyClosed = "Vacancy VAC{0} - '{1}' has been closed."; public const string VacancyCloned = "Adve...
@inherits Umbraco.Web.Mvc.UmbracoViewPage<ContentModels.Home> @using ContentModels = Umbraco.Web.PublishedContentModels; <section class="container"> <div class="grid hero"> <div class="grid-item -full-width"> <img src="@Model.BackgroundImage.GetCropUrl(height: 400)"/> <div...
using DevUp.Domain.Identity; using DevUp.Infrastructure.Postgres.JwtIdentity.Dtos; using DevUp.Infrastructure.Postgres.JwtIdentity.Stores; using DevUp.Infrastructure.Postgres.JwtIdentity.Validators; using Microsoft.AspNetCore.Authentication.JwtBearer; using Microsoft.AspNetCore.Identity; using Microsoft.Extensions.Dep...
using System; using System.Collections.Generic; using System.Text; namespace Vulkan { public unsafe partial struct VkViewport { /// <summary> /// VkViewport - Structure specifying a viewport. /// </summary> /// <param name="x">x and y are the viewport’s upper left corner (x,y).</pa...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows.Controls; using System.Windows; using System.Reflection; using System.ComponentModel; using Vixen; using Xceed.Wpf.Toolkit.PropertyGrid; using Xceed.Wpf.Toolkit.PropertyGrid.Attributes; namespace Vixen.Viewer { ...
//--------------------------------------------------------------------- // Author: Oisin Grehan // // Description: Static helper class for working with nested pipelines. // Uses c# 3.0 compiler features. // // Example: // // * lambda style // // int answer = PipelineHelper.ExecuteScalar<...
namespace MvpSample.Common.Interfaces { public interface IAddCustomerView { string Message { set; } Customer CustomerToAdd { get; } void AddCustomerToList(Customer p_customer); } }
using Surging.Core.DNS.Runtime; using Surging.IModuleServices.Common; using System; using System.Collections.Generic; using System.Net; using System.Text; using System.Threading.Tasks; namespace Surging.Modules.Common.Domain { public class DnsService : DnsBehavior, IDnsService { public override Task<I...
namespace Grimoire.Line.Api.Message.ImageMap { public record Video { public string OriginalContentUrl { get; set; } public string PreviewImageUrl { get; set; } public Area Area { get; set; } public ExternalLink ExternalLink { get; set; } } }
using System; using ZimmerBot.Core.Patterns; namespace ZimmerBot.Core.Parser { [Serializable] public class ZTokenEntity : ZToken { public string EntityClass { get; protected set; } public int EntityNumber { get; protected set; } private string _toString; public ZTokenEntity(st...
namespace SqlServer.Dac.Visitors { public enum ObjectTypeFilter { All, PermanentOnly, TempOnly } }
using System.Collections.Generic; namespace PdfSharp.Xps.XpsModel { /// <summary> /// Represents a collection of XpsElement objecs. /// </summary> class XpsElementCollection : List<XpsElement> { // Currently just a placeholder of a generic list. } /// <summary> /// Represents a collection of XpsE...
using System; using System.Collections.Generic; //using System.IO; // using System.Runtime.Serialization; //using System.Runtime.Serialization.Formatters.Binary; using UnityEngine; using UnityEngine.UI; /* * ScoreManager is a unique class that will record the score of the player base on : * - The dis...
using System.Data.Entity; namespace MySqlEntityFramework { public class DBContext : DbContext { public DBContext() : base("MySqlConnection") { } public DbSet<Produto> Produtos { get; set; } } }
using System; using System.IO; using Newtonsoft.Json; namespace rajapet.isuserinapple { /// <summary> /// C# Wrapper for the configuration settings file /// </summary> public class ConfigSettings { /// <summary> /// Path the private key file in PEMS format /// </summary> ...
#nullable enable namespace Microscope.CodeAnalysis { using Microscope.Shared; using Mono.Cecil; using Mono.Cecil.Cil; using Mono.Collections.Generic; public static class ToCodeLensDataExt { public static CodeLensData ToCodeLensData(this MethodDefinition method) { v...
using EmployeeHR.Dto; using Microsoft.EntityFrameworkCore; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace EmployeeHR.EF { public class EmployeeHRDbContext : DbContext { public DbSet<Employee> Employee { get; set; } ...
using FluentValidation; using System; namespace Application.VaccineCredential.Queries.GetVaccineCredential { public class GetVaccineCredentialQueryValidator : AbstractValidator<GetVaccineCredentialQuery> { public GetVaccineCredentialQueryValidator() { RuleFor(c => c.Id) ...
using System.Collections.Generic; using System.IO; using TreeOfAKind.Domain.Trees; using TreeOfAKind.Domain.Trees.People; using Person = Gx.Conclusion.Person; namespace TreeOfAKind.Application.DomainServices { public class FamilyTreeFileExporter : IFamilyTreeFileExporter { private readonly IGedcomToXml...
using FleetClients.Core; using NUnit.Framework; using System.IO; namespace FleetClients.Core.Test { [TestFixture] [Category("FleetTemplate")] public class TJsonFactory { [Test] public void Serialize_Deserialize() { FleetTemplate fleetTemplate = new FleetTemplate(); ...
namespace AxRDPCOMAPILib { internal class _IRDPSessionEvents_OnChannelDataSentEvent { public object pChannel; public int lAttendeeId; public int bytesSent; public _IRDPSessionEvents_OnChannelDataSentEvent(object pChannel, int lAttendeeId, int bytesSent) { ...
namespace Ristorante { using System.Collections.Concurrent; public class QueuedHandler<T> : IHandle<T>, IProcessor where T : Message { private readonly QueueProcessor<T> _processor; private readonly ConcurrentQueue<T> _queue; public QueuedHandler(IHandle<T> next) { ...
using DVRP.Domain; using System; using System.Collections.Generic; using System.Text; namespace DVRP.Optimizer { public interface IContinuousOptimizer { /// <summary> /// Handles changes made to the world state /// </summary> /// <param name="problem"></param> void Hand...
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Reflection; using CodeJam.Collections; using CodeJam.Ranges; using CodeJam.Strings; using JetBrains.Annotations; namespace CodeJam.PerfTests.Metrics { /// <summary>Metric measurement scale.</su...
using Borg.Infra.DTO; namespace Borg.CMS.BuildingBlocks { public class ModuleRenderer { public string FriendlyName { get; set; } public string Summary { get; set; } public string ModuleGroup { get; set; } public Tiding[] Parameters { get; set; } public string ModuleGend...
using System.Collections; using System.Collections.Generic; using UnityEngine; public interface ISubject { public abstract void RegisterObserver(IObserver observer); public abstract void Notify(object value, NotificationType notificationType); }
using System; using System.Runtime.CompilerServices; using System.Diagnostics; using System.Runtime.Intrinsics; using System.Runtime.Intrinsics.Arm; using System.Runtime.Intrinsics.X86; namespace BlurHashSharp { internal static class AbsMaxExtensions { public static float AbsMax(this ReadOnlySpan<float...
@{ Layout = "_Layout"; } @model HayleesThreads.Models.Category <div style="width: 5in" class="container card"> <h4 style="color:white">Add Category to HayleesThreads</h4> <hr /> @using (Html.BeginForm()) { <span style="color:white">@Html.Label("Category Name")</span> <br /> @Html.TextBoxFor(model => model.Cate...
using CKTranslator.Contracts.Services; using CKTranslator.Core.Models; using CKTranslator.Core.Services; using CKTranslator.Model; using Microsoft.Toolkit.Mvvm.ComponentModel; using Microsoft.Toolkit.Mvvm.Input; using System.Collections.Generic; using System.Collections.ObjectModel; namespace CKTranslator.ViewModel...
// Copyright (C) 2003-2010 Xtensive LLC. // All rights reserved. // For conditions of distribution and use, see license. // Created by: Alex Yakunin // Created: 2009.12.14 using System; using System.Collections.Generic; using System.Diagnostics; namespace Xtensive.Collections { /// <summary> /// Describes com...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace EFCoreExtend.Sql.SqlConfig.Policies.Default { /// <summary> /// 对sql的参数SqlParameter为List类型的参数进行遍历策略 /// </summary> [SqlConfigPolicy(SqlConfigConst.SqlForeachListPolicyName)] public...
using System; using System.IO; using System.Threading.Tasks; namespace System.Reflection { public static class EmbeddedResourceExtensions { /// <summary> /// Loads the embedded resource /// </summary> /// <returns>The resource stream; null if not found or not visible</returns> ...
using System.Collections; using System.Collections.Generic; using UnityEngine; public class ChessPieceKing : ChessPiece { public override List<Vector2> GetPossibleMoves() { throw new System.NotImplementedException(); } }
using UnityEngine; using System.Collections; [CreateAssetMenu] public class Vec2Variable : ScriptableObject { public Vector2 Value; }
using System; using JetBrains.Annotations; namespace Lykke.Service.HFT.Contracts.History { /// <summary> /// Model for a trading fee. /// </summary> [PublicAPI] public class FeeModel { /// <summary> /// The fee amount. /// </summary> public decimal? Amount { get...
namespace HotChocolate.AspNetCore { internal static class ContentType { public const string GraphQL = "application/graphql"; public const string Json = "application/json"; } }
using UnityEngine; public class UIBaseView : MonoBehaviour { protected enum LoadingState { None = 0, Loading = 1, Finish = 2, Failed = 3, } protected string uiName = ""; protected string uiPath = "prefab/"; public string UIName { get { return uiName; } } p...
using System; using Microsoft.VisualStudio.TestTools.UnitTesting; using Chain; using NSubstitute; namespace Chain.Test { [TestClass] public class ChainTest { [TestMethod] public void AddLinkTest() { ILink link = Substitute.For<ILink>(); Chain chain = new Cha...
using System; using BeatSaverSharp; using ModMeta.Core; namespace ModMeta.BeatVortex { public class BeatSaverLookupResult : ILookupResult { public BeatSaverLookupResult(Beatmap map) { ResultId = map.Hash; var info = new ModInfo { GameId = "beatsaber", ...
using System.Windows; using Beeffective.Bootstrap; using Beeffective.Views; using Syncfusion.Licensing; namespace Beeffective { public partial class App { public App() { SyncfusionLicenseProvider.RegisterLicense("##SyncfusionLicense##"); } private static AppContaine...
using System; using System.Collections.Generic; using System.Text; namespace Homework { public class LogWriterFactory { private static LogWriterFactory instance; private LogWriterFactory() { } public static LogWriterFactory GetInstance() { if (instance == null) ...
// Copyright (c) Microsoft Open Technologies, Inc. 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.ComponentModel.DataAnnotations; using System.Reflection; using Newtonsoft.Json; using Newtonsoft.Json.Seria...
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Text; using System.Threading.Tasks; namespace NinjaTools.Npc { interface IGetterSetterFactory { Func<T, TValue> CreateGet<T, TValue>(PropertyInfo propertyInfo); Action<T, TValue...
using Sandbox.Engine.Multiplayer; using Sandbox.Game; using Sandbox.Game.Entities; using Sandbox.Game.Entities.Character; using Sandbox.Game.GameSystems; using Sandbox.Game.Gui; using Sandbox.Game.Multiplayer; using Sandbox.Game.World; using System; using VRage.Audio; using VRage.Game.Components; using VRage.Game.Enti...
namespace Travel.Entities.Factories { using Contracts; using Airplanes.Contracts; using System; using System.Reflection; using System.Linq; public class AirplaneFactory : IAirplaneFactory { public IAirplane CreateAirplane(string planeType) { Type type = Assembly.GetCallingAssembly().GetTypes().First(p =...
using System; using Xunit; namespace RafaelEstevam.Simple.Spider.UnitTests.CoreTests.ConfigurationTests { public class ConfigMethodsTests { Configuration newConfig() => new Configuration(); // Scheduler [Fact] public void ConfigMethods_Auto_RewriteRemoveFragment_Tests() ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace RadioactiveBunnies { class Position { public int row { get; set; } public int col { get; set; } public override int GetHashCode() { return ...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Threading.Tasks; using LettuceEncrypt; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Server.Kestrel.Core; using Microsoft.AspNetCore.Server.Kestrel.Https; using Microsoft.Extensi...
using Microsoft.VisualStudio.TestTools.UnitTesting; using System; namespace AutoPlan.Tests { [TestClass] public class GeometryTest { [TestMethod] public void CrossProductLength() { // arrange Point One = new Point(1109, 2252); // a Point Two = ne...
using DustMother.Core; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace DustMother.App.TypeHelpers { public class MissionRecord { public string MissionName {get;set;} public MissionCompletion Completion { get; set; } ...
using System; namespace Woozle.Services.Modules { [Serializable] public partial class FunctionPermission : WoozleDto { public int FunctionId { get; set; } public int PermissionId { get; set; } public Function Function { get; set; } public Permission Permission { get; se...
using System.Collections.Generic; using System.Text.RegularExpressions; namespace CountryValidation.Countries { public class VenezuelaValidator : IdValidationAbstract { public VenezuelaValidator() { CountryCode = nameof(Country.VE); } public override ValidationResul...
// ---------------------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. // ---------------------------------------------------------------------------- using DeviceTests.Shared.Helpers.Models; using DeviceTests.Shared.TestPlatform; using Microsoft.W...
// // System.Web.Services.Protocols.HttpSimpleClientProtocol.cs // // Author: // Tim Coleman (tim@timcoleman.com) // Lluis Sanchez Gual (lluis@ximian.com) // // Copyright (C) Tim Coleman, 2002 // // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated ...
using System; using System.Runtime.InteropServices; namespace LibZopfliSharp { public enum ZopfliPNGFilterStrategy { kStrategyZero = 0, kStrategyOne = 1, kStrategyTwo = 2, kStrategyThree = 3, kStrategyFour = 4, kStrategyMinSum, kStrategyEntropy, ...
using Newtonsoft.Json; namespace Wot.Replays.Models { public partial class XvmGlobal { [JsonProperty("minimap_circles")] public XvmMinimapCircles MinimapCircles { get; set; } } }
// ----------------------------------------------------------------------- // <copyright file="FastCgiHandler.cs" company=""> // TODO: Update copyright text. // </copyright> // ----------------------------------------------------------------------- namespace HttpServer.Addons.FastCgi { using System; using Sys...
using System.Threading.Tasks; namespace Orleans.Extensibility.IdentityServer.Grains { public interface IUserProfileGrain : IGrainWithStringKey { Task Create(string email, string username, string password); Task<UserProfile> GetProfileData(); Task SetClaim(string claim, string value); ...
namespace Tavenem.Time; #pragma warning disable CS1591 public partial struct RelativeDuration { public static bool operator ==(RelativeDuration first, RelativeDuration second) => first.Equals(second); public static bool operator ==(RelativeDuration first, Duration second) => first.Equals(second); public...
using UnityEngine; public class Obstacle : MonoBehaviour { private Rigidbody2D rigidBody; [SerializeField] private float moveSpeed; [SerializeField] private float leftBoundary = -15f; [SerializeField] private float rightBoundary = 15f; private void Awake() { rigidBody = GetComponent<R...
using UnityEngine; using UnityEngine.EventSystems; using UnityEngine.UI; public class CharacterItemUpdater : MonoBehaviour { public Text nameText; public Text levelText; public string characterName; public int level; public int furType; public CharacterSelectScreen characterSelectScreen; ...
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class Slot : MonoBehaviour { [SerializeField] private Text count; [SerializeField] private Image countBackground; public void DisableCounter() { count.enabled = false; ...
using System; namespace RevStackCore.SQLServer { public class SQLServerDbContext { public string ConnectionString { get; } public SQLServerDbContext(string connectionString) { ConnectionString = connectionString; } } }
using System.Diagnostics.CodeAnalysis; namespace MiniRazor { /// <summary> /// Contains a string value that is not meant to be encoded by the template renderer. /// </summary> public readonly struct RawString { /// <summary> /// Underlying string value. /// </summary> ...
namespace LinqToDB.DataProvider.Oracle { using SqlProvider; using SqlQuery; public class Oracle12SqlOptimizer : Oracle11SqlOptimizer { public Oracle12SqlOptimizer(SqlProviderFlags sqlProviderFlags) : base(sqlProviderFlags) { } public override SqlStatement TransformStatement(SqlStatement statem...
using System.Linq; using SdkManager.Core; using System.Collections.ObjectModel; namespace SdkManager.UI { /// <summary> /// Standard data container view model for each high-level sdk platform, /// </summary> public class SdkPlaformItemViewModels : SdkItemBaseViewModel { #region Constructor...
using System.Collections.Generic; namespace TrackGenius.Model { public class BestLapRanker : IRaceRanker { public IList<ICar> RankCars(IEnumerable<ICar> raceCars) { return new List<ICar>(); } } }
using System; namespace Build.Data { /// <summary> /// 生成 Class /// </summary> [Serializable] public class BuildCodeConfig { public string Path; public string Namespace; public string TypeName; } }
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class InternetManager : MonoBehaviour { public Text checkInternet; private string urlData = "http://tadeolabhack.com:8081/test/Datos/isConection.php"; // Start is called before the first frame upd...
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; using System.Threading.Tasks; namespace ElementStreaming.ViewModels { public class UploadRequest { public string category { get; set; } [Required] public string fileName { ge...
using System; namespace NitroCast.Core { /// <summary> /// Classes that inherit this class "author" code. /// </summary> public class DmTableSchemaAuthor { //private Guid _guid; private string _name; private string _description; #region properties //public Guid Guid //{ // ...
using BankApp.Validations; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace BankApp.Services { public class PrestamoResult { public PrestamoResult() { ValidateResult = new ValidateResult(); } public double De...
using Xunit; using FluentAssertions; using NSubstitute; using System.Linq; using System.Collections.Generic; using SixtenLabs.Spawn.CSharp; using SixtenLabs.Spawn.Vulkan.Spec; namespace SixtenLabs.Spawn.Vulkan.Tests { public class HandleMapperTests : IClassFixture<SpecFixture> { public HandleMapperTests(SpecFixt...
using System; using Android.Content; using Android.Runtime; using Android.Support.V4.Content; using MvvmCross.Droid.Platform; namespace MvvmCross.Droid.Support.V4 { [Register("mvvmcross.droid.support.v4.MvxBrowseSupportFragment")] public abstract class MvxWakefulBroadcastReceiver : WakefulBroadcastReceiver ...
using Eflatun.SimpleECS.Core.Interfaces; namespace Eflatun.SimpleECS.UnitTests.Instantiation { public class ComponentB : IComponent { } }
using Symbioz.ORM; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Symbioz.World.Records.Companions { [Table("CompanionsSpells")] public class CompanionSpellRecord : ITable { public static List<CompanionSpellRecord> Comp...
#nullable enable using System; namespace Slipstream.Components.WebWidget.Lua { public class WebWidgetInstanceThread : IWebWidgetInstanceThread { private readonly string InstanceId; private readonly string WebWidgetType; private readonly IHttpServerApi HttpServer; private reado...
/* * Unreal Engine .NET 5 integration * Copyright (c) 2021 Stanislav Denisov * * 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 limitat...
using System; using StockManager.Domain.Commands.ApplicationUser; using StockManager.Domain.CommandValidators.ApplicationUser; using Xunit; namespace StockManager.Domain.Tests.CommandValidators.ApplicationUser { public class DeleteUserCommandValidatorTests { [Fact] public void GivenUserIdIsEmp...
using quizal.data; using quizal.models; using quizal.Services.Interfaces; using System; using System.Collections.Generic; using System.Text; using System.Threading.Tasks; namespace quizal.Services.Implementations { public class QuestionService : DataService, IQuestionService { public QuestionService(Q...
using System; using Humanizer; using TestStack.BDDfy; namespace TestStack.Seleno.Tests.Specify { public abstract class TestCaseSpecificationFor<T> : ISpecification { public T SUT { get; set; } public virtual Type Story { get { return typeof(T); } } ...
using System.Data; using MySql.Data.MySqlClient; namespace MySqlConnector.Diagnostics { public class MySqlDiagnosticsCommand { public int CommandId { get; set; } public int CommandTimeout { get; set; } public string? CommandText { get; set; } public CommandType CommandType { get; set; } public bool Allow...
namespace Prototype.Components { public enum SpriteLayer { Front = 0, Back = 1 } }
using System; using Umbraco.Core.Models; namespace Umbraco.RestApi.Controllers { public interface IPublishedContentRequestFactory { void Create(IPublishedContent content, Uri requestUri); } }
using System.ComponentModel.DataAnnotations; using Microsoft.AspNetCore.Mvc; namespace Department.Base.Model.Security { public partial class Login { [EmailAddress] public string Email { get; set; } public bool UsernamesEnabled { get; set; } [FromForm(Name = "customer[user_nam...
using System; namespace XamarinFreshMvvm.Helpers { public static class Constants { public static class Messages { public const string ShowLoadingScreen = "ShowLoadingScreen"; public const string HideLoadingScreen = "HideLoadingScreen"; } } }
using ScreenToGif.Domain.Enums; namespace ScreenToGif.ViewModel.ExportPresets.Video.Mp4; public class Mp4Preset : VideoPreset { public Mp4Preset() { Type = ExportFormats.Mp4; DefaultExtension = ".mp4"; Extension = ".mp4"; } }
namespace SKIT.FlurlHttpClient.ByteDance.OceanEngine.Models { /// <summary> /// <para>表示 [POST] /2/advertiser/update/budget 接口的响应。</para> /// </summary> public class AdvertiserUpdateBudgetResponse : OceanEngineResponse { } }