text stringlengths 13 6.01M |
|---|
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using TRPO_labe_6.Models;
using TRPO_labe_6.Models.FileWorkers;
namespace TRPO_labe_6_console
{
public class ShopsContext
{
private List<Shop> ... |
namespace com.Sconit.Entity.SI.SD_INV
{
using System;
using System.Collections.Generic;
[Serializable]
public class StockTakeMaster
{
#region O/R Mapping Properties
public String StNo { get; set; }
//全盘,抽盘
public com.Sconit.CodeMaster.StockTakeType StockTakeType { g... |
using UnityEngine;
using System.Collections;
[RequireComponent(typeof(Camera))]
public class CameraFollow : MonoBehaviour {
public Transform[] targets;
public bool useDefaultCameraOffset;
public bool useMouseRotation;
public bool useMouseZoom;
public bool updateCameraTargetVerticalOffset;
public float mou... |
using System;
using System.Net.Sockets;
using System.Text;
namespace Client
{
class Program
{
private const int port = 8888;
private const string host = "127.0.0.1";
static void Main(string[] args)
{
try
{
TcpClient clien... |
using mec.Model.Processes;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace mec.Database.Repositories
{
public class FlowRepository : BaseRepository
{
public IEnumerable<FlowCard> Gets(FlowParam param)
{
u... |
using System.Collections.Generic;
namespace WebStore.Domain
{
public class PageQueryResult<T>
{
public IEnumerable<T> Items { get; init; }
public int TotalCount { get; init; }
//public int Page { get; init; }
//public int TotalPageCount => (int) Math.Ceiling((double) TotalCou... |
using Cs_Notas.Dominio.Entities;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Cs_Notas.Dominio.Interfaces.Repositorios
{
public interface IRepositorioBensAtosConjuntos: IRepositorioBase<BensAtosConjuntos>
{
List<BensAtosC... |
using Plotter.Tweet.Processing;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace Plotter.... |
// <copyright file="DownloadManager.cs" company="Firoozeh Technology LTD">
// Copyright (C) 2019 Firoozeh Technology LTD. 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 Lice... |
using DistCWebSite.Models;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Http;
using System.Web.Mvc;
using System.Web.Optimization;
using System.Web.Routing;
using System.Web.Http.WebHost;
using System.Net.Http;
namespace DistCWebSite
{
public class WebApiAp... |
using MeriMudra.Models;
using MeriMudra.Models.ViewModels;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Data.SqlClient;
using System.Linq;
using System.Net;
using System.Web;
using System.Web.Mvc;
namespace MeriMudra.Controllers
{
... |
using UnityEngine;
using System.Collections;
// This adds a 'follow buffer' in which the player won't be detected if they enter it, but if they move out of
// detection range into this range the enemy will still try to follow them.
public class DetectPlayerWithFollowBuffer : DetectPlayer {
[Tooltip("How far the... |
namespace TagProLeague.Models
{
public class SeriesFormat : Document
{
public int GameCount { get; set; }
}
}
|
using System;
using System.Drawing;
using Console = Colorful.Console;
using PasswordStorage.Formatters;
using EncryptStore.BLL;
namespace PasswordStorage
{
class Program
{
static void Main(string[] args)
{
TextDisplayers displayer = new TextDisplayers();
P... |
using FluentAssertions.Primitives;
namespace Sentry.Testing;
// Reference: https://fluentassertions.com/extensibility/
// This code ensures that when we compare Envelope objects for equivalency, that we
// ignore the `sent_at` header in the envelope, and the `length` header in each item within the envelope.
// TODO:... |
using System;
using Windows.Networking;
using System.Diagnostics;
using Windows.Networking.Sockets;
using System.Threading.Tasks;
namespace SlotCar
{
class CommUDP
{
private const uint bufLen = 8192;
private string listingOnPort;
private readonly DatagramSocket socket = null;
... |
// This file has been generated by the GUI designer. Do not modify.
namespace Compi_segundo
{
public partial class WidgetBuscarRemplazar
{
private global::Gtk.UIManager UIManager;
private global::Gtk.Action goUpAction;
private global::Gtk.Action goDownAction;
private global::Gtk.Action cancelAction;
privat... |
using System;
namespace HelloWorld
{
public class DisplayMessage
{
public DisplayMessage()
{}
public string messageText
{ get; set; }
public void DisplayGreeting(string message)
{
if(message != null && message.Length != 0)
... |
using System;
namespace Lesson.Pocos
{
public class Class1
{
}
}
|
using System;
using System.Collections.Generic;
namespace Collections
{
class Program
{
static void Main(string[] args)
{
// Three Basic Arrays
int[] numArray = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 };
string[] nameArray = { "Tim", "Martin", "Nikki", "Sara" };
... |
namespace WinAppDriver.UI
{
using System;
using WinAppDriver.WinUserWrapper;
internal class WindowFactory : IWindowFactory
{
private IUIAutomation uiAutomation;
private IKeyboard keyboard;
private IWinUserWrap winUserWrap;
public WindowFactory(IUIAutomat... |
using System;
using SFA.DAS.Authorization.ModelBinding;
namespace SFA.DAS.ProviderCommitments.Web.Models.Cohort;
public class SelectPilotStatusViewModel : IAuthorizationContextModel
{
public Guid CacheKey { get; set; }
public long ProviderId { get; set; }
public ChoosePilotStatusOptions? Selection { get; ... |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Data;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using MultiplechoiseSystem.DTO;
using MultiplechoiseSystem.DAO;
using LiveCharts;
using LiveCharts.Wpf;
... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.ModelBinding;
using MultiUserBlock.Common.Repository;
using MultiUserBlock.ViewModels;
namespace MultiUserBlock.Web.... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using MVC4.Sample.Common.Entities;
namespace MVC4.Sample.Common.ViewModels.Knockoutjs
{
public class RecursiveFolderViewModel
{
public List<RecursiveFolder> Folders { get; set; }
public RecursiveFo... |
/***************************************************************
*
* add by OceanHo 2015/8/28 10:41:44
*
****************************************************************/
using AimaTeam.WebFormLightAPI.httpCore;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.... |
/**
Copyright (c) 2020, Institut Curie, Institut Pasteur and CNRS
Thomas BLanc, Mohamed El Beheiry, Jean Baptiste Masson, Bassam Hajj and Clement Caporal
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are m... |
using MvcProjesi.Attributes;
using System;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
namespace MvcProjesi.Data
{
public class Yorum : BaseClass
{
[Column("Yorum_Id")]
public override int Id { get; set; }
[Required(ErrorMessage = ... |
using System;
using System.ComponentModel.DataAnnotations;
using com.Sconit.Entity.ACC;
namespace com.Sconit.Entity.ISS
{
[Serializable]
public partial class IssueDetail : EntityBase, IAuditable
{
#region O/R Mapping Properties
//[Display(Name = "Id", ResourceType = typeof(Resources.ISS.IssueD... |
using System;
namespace FizzBuzzTest
{
class Utilities
{
public static int ReadNumericInput()
{
int input;
while (!Int32.TryParse(Console.ReadLine(), out input))
{
Console.WriteLine("Please Enter a valid integer");
}
r... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;... |
using Client.Bussness;
using Client.Bussness.Biz;
using GalaSoft.MvvmLight.Command;
using MahApps.Metro.Controls.Dialogs;
using Meeting.NewClient.UI;
using System.Windows;
using WPF.NewClientl.UI.Dialogs;
namespace WPF.NewClientl.ViewModel.Dialogs
{
public class MeetingVoteViewModel : BaseGridViewModel<... |
using System;
using Autofac;
using Tests.Pages.ActionID;
using Framework.Core.Common;
using NUnit.Framework;
using Tests.Data.Oberon;
using Tests.Pages.Oberon.Contact;
using Tests.Pages.Oberon.Disbursement;
namespace Tests.Projects.Oberon.Disbursements
{
public class DisbursementCreateWithRequiredFiel... |
using Core.Entities;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Core.Interfaces
{
public interface IProductRepository
{
//return task of type product
//can await this method because we used async
Task<Pr... |
using Allyn.Domain.Models.Basic;
using System.ComponentModel.DataAnnotations.Schema;
using System.Data.Entity.ModelConfiguration;
namespace Allyn.Infrastructure.EfRepositories.ModelConfigurations
{
internal class UserRoleTypeConfiguration : EntityTypeConfiguration<UserRole>
{
/// <summary>
///... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Strategy.Calculator;
using Strategy.Cars;
namespace Strategy
{
class Program
{
static void Main(string[] args)
{
CalculeteType operation = CalculeteType.Additi... |
/* 作者: 盛世海
* 创建时间: 2012/7/20 17:08:04
*
*/
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using MODEL;
using Newtonsoft.Json;
using System.Web;
namespace MODEL.ViewModel
{
/// <summary>
/// 按钮数据类
/// </summary>
public class MyBut... |
using BlueSky.Commands;
using BlueSky.Commands.File;
using BlueSky.Commands.Output;
using BlueSky.Services;
using BSky.ConfigService.Services;
using BSky.ConfService.Intf.Interfaces;
using BSky.Controls;
using BSky.Controls.Controls;
using BSky.DynamicClassCreator;
using BSky.Interfaces.Commands;
using BSky.Interfaces... |
using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class AutoFollow : MonoBehaviour
{
[Tooltip("被跟随的物体")]
public GameObject followed;
[Tooltip("间隔距离")]
public float follow_distance;
[Tooltip("距离多远时停止跟随")]
public float stop_distance;
private ... |
using System;
using System.CodeDom;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using RabbitMQ.Client;
using RabbitMQ.Client.Events;
using RabbitMQ.Client.Framing.Impl;
namespace Rabbit.Receiver
{
class Program
{
// need... |
using System;
using Microsoft.Xna.Framework.Content;
using Microsoft.Xna.Framework.Graphics;
using Microsoft.Xna.Framework;
using System.Collections.Generic;
namespace BuildingGame
{
class MapObject
{
Map map;
Cell[,] cells;
Sprite sprite;
public MapObject()
{
... |
using System;
using System.Linq;
using System.Windows.Forms;
using TY.SPIMS.Client.Returns;
using TY.SPIMS.Controllers;
using TY.SPIMS.POCOs;
using TY.SPIMS.Utilities;
using TY.SPIMS.Controllers.Interfaces;
namespace TY.SPIMS.Client.Controls
{
public partial class SalesReturnControl : UserControl, IRefreshable
... |
using System;
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
namespace VoxelSpace.SceneGraph {
using Graphics;
public abstract class SceneRenderer<T> : IDisposable where T : Scene {
public Camera Camera;
public ShadowMap ShadowMap { get; protected set; }
pub... |
using EntityFrameworkCore.BootKit;
using ExpressionEvaluator;
using Newtonsoft.Json.Linq;
using Quickflow.Core;
using Quickflow.Core.Entities;
using Quickflow.Core.Interfacess;
using Quickflow.Core.Utilities;
using System;
using System.Collections.Generic;
using System.Dynamic;
using System.Text;
using System.Threadin... |
using AspNetMvcSample.Core.Data.Repositories;
using AspNetMvcSample.Data.Repositories;
using AspNetMvcSample.References;
using Autofac;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace AspNetMvcSample.Capsule.Modules
{
public class RepositoryCapsuleModule : Autofac.Mo... |
using Microsoft.Azure.ServiceBus;
using Microsoft.Extensions.Options;
using System;
using System.Text;
using System.Text.Json;
using System.Threading.Tasks;
namespace Frank.Scheduler.Api.ServiceBus
{
public class ServiceBusService : IServiceBusService
{
private readonly ServiceBusConfiguration _option... |
using Microsoft.EntityFrameworkCore;
using SocialApp.API.Data;
using SocialApp.API.Models;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Security.Cryptography;
using System.Threading.Tasks;
namespace SocialApp.API.Authorization
{
public class AuthRepository : IAuthRepository
... |
using Newtonsoft.Json;
namespace SecureNetRestApiSDK.Api.Models
{
public class Schedule
{
#region Properties
[JsonProperty("amount")]
public double Amount { get; set; }
[JsonProperty("installmentDate")]
public string InstallmentDate { get; set; }
[JsonPropert... |
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using DelftTools.Functions.Generic;
using DelftTools.TestUtils;
using log4net;
using log4net.Config;
using NUnit.Framework;
using Rhino.Mocks.Exceptions;
namespace DelftTools.Functions.Tests
{
[TestFixture]
public cla... |
using MetaDslx.Compiler;
using MetaDslx.Core;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace MetaDslx.VisualStudio
{
public class MetaModelGenerator : SingleFileGenerator
{
public const string DefaultExtension = ".cs";
... |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class LaserDestroyScript : MonoBehaviour {
public float secToWait;
private int i;
private bool destroy;
public LaserSpawner LS;
// Use this for initialization
void Start () {
destroy = true;
StartCo... |
using EntityFrameworkCoreDemo.DbEntities;
using Microsoft.AspNetCore.Mvc;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace EntityFrameworkCoreDemo.Controllers
{
public class SchoolController : Controller
{
private readonly ApplicationDbContext... |
using System;
using System.Net.Mail;
using com.Sconit.CodeMaster;
namespace com.Sconit.Entity.MSG
{
[Serializable]
public partial class Email : EntityBase
{
#region O/R Mapping Properties
//[Display(Name = "Id", ResourceType = typeof(Resources.MSG.Email))]
public Int32 Id { get; set; }
//[... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace AimaTeam.WebFormLightAPI.Admin
{
using AimaTeam.WebFormLightAPI.httpCore;
using AimaTeam.WebFormLightAPI.httpUtility;
using AimaTeam.WebFormLightAPI.httpEnti... |
using System.CodeDom.Compiler;
namespace Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution
{
[GeneratedCode("wsdl", "2.0.50727.42")]
public delegate void SetExecutionParameters3CompletedEventHandler(object sender, SetExecutionParameters3CompletedEventArgs e);
}
|
using Inventory.Services;
using Windows.ApplicationModel;
using Windows.UI.Xaml;
using Windows.UI.Xaml.Controls;
// Документацию по шаблону элемента "Пользовательский элемент управления" см. по адресу https://go.microsoft.com/fwlink/?LinkId=234236
namespace Inventory.Views
{
public sealed partial class PhoneCal... |
using FriendStorage.Model;
using Prism.Events;
namespace FriendStorage.UI.Events
{
public class FriendSavedEvent : PubSubEvent<Friend>
{
}
}
|
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using KartObjects;
using KartLib;
namespace KartSystem
{
public class StoresPresenter : BasePresenter
{
IStoresView _storesView;
public StoresPresenter(IStoresView storesView):base()
{
_s... |
using Cs_Gerencial.Aplicacao.Interfaces;
using Cs_Gerencial.Dominio.Entities;
using Cs_Gerencial.Dominio.Interfaces.Servicos;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Cs_Gerencial.Aplicacao.ServicosApp
{
public class AppServicoPl... |
using UnityEngine;
using System.Collections;
public class LevelGenerator : MonoBehaviour
{
public GameObject slime;
// Use this for initialization
void Start()
{
slime = GameObject.FindGameObjectWithTag("Finish");
}
// Update is called once per frame
void Update()
... |
using System.Collections;
using System.Collections.Generic;
using DChild.Gameplay.Objects;
using UnityEngine;
using UnityEngine.SceneManagement;
namespace DChild.Gameplay
{
public interface IProjectileSpawnHandler
{
Projectile FireAt(Vector2 target);
Projectile FireTowards(Vector2 direction);
... |
using System;
using System.Collections.Generic;
using System.Diagnostics;
namespace MyTouristic.Models
{
[DebuggerDisplay("AirlineCode = {AirlineCode}")]
public class Flight
{
public string AirlineCode { get; set; }
public int Number { get; set; }
public DateTime Date { ... |
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Windows.Forms;
using DelftTools.TestUtils;
using GeoAPI.Geometries;
using GeoAPI.Operations.Buffer;
using GisSharpBlog.NetTopologySuite.Geometries;
using GisSharpBlog.NetTopologySuite.Operation.Buffer;
using NUnit.Framework;
using SharpM... |
using Alabo.Cloud.People.Identities.Domain.Entities;
using Alabo.Data.People.Users.ViewModels;
using Alabo.Domains.Entities;
using Alabo.Domains.Services;
using MongoDB.Bson;
namespace Alabo.Cloud.People.Identities.Domain.Services
{
public interface IIdentityService : IService<Identity, ObjectId>
{
//... |
namespace Uintra.Persistence.Sql
{
public abstract class SqlEntity<TKey>
{
public abstract TKey Id { get; set; }
}
} |
using CyberSoldierServer.Models.BaseModels;
namespace CyberSoldierServer.Models.PlayerModels {
public class SlotDefenceItem {
public int Id { get; set; }
public DungeonSlot Slot { get; set; }
public int SlotId { get; set; }
public DefenceItem DefenceItem { get; set; }
public int DefenceItemId { get; set;... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using MySql.Data.MySqlClient;
namespace Miniprojet
{
class ManipulationBD
{
public static string StrCon = " Server = localhost; Database = stl; Uid = root; Pwd = ;";
public stati... |
namespace com.Sconit.Web.Controllers.ISS
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
using com.Sconit.Utility;
using Telerik.Web.Mvc;
using com.Sconit.Web.Models;
using com.Sconit.Web.Models.SearchModels.ISS;
us... |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using OrbisEngine.ItemSystem;
public class ItemUpdateMessage : IMessage
{
public string Message
{
get
{
throw new System.NotImplementedException();
}
set
{
throw new ... |
using Newtonsoft.Json.Linq;
namespace Entoarox.Framework.Core.Serialization
{
internal class InstanceState
{
/*********
** Accessors
*********/
public string Type;
public JToken Data;
/*********
** Public methods
*********/
public Instan... |
using System.Collections.Generic;
using System.IO;
using UnityEditor;
using UnityEngine;
namespace TexturePacker.Editor.Animation
{
public static class AnimationGenerator
{
public static AnimationClip GenerateAndSaveAnimation(List<Sprite> sprites, int frameRate, bool isLooping, string path)
{
var animationCl... |
using System.Drawing;
namespace MageTwinstick
{
/// <summary>
/// Superclass for anything that moves, attacks and dies
/// </summary>
abstract class Unit : MovingObject
{
/// <summary>
/// float for the units health
/// </summary>
public float Health { get; set; }
... |
using System;
using System.Collections.Generic;
using System.Data;
using System.Data.SqlClient;
using System.Linq;
using System.Web;
using System.Web.Services;
using System.Web.UI;
using System.Web.UI.WebControls;
using Newtonsoft.Json;
namespace Kitap_Takip_Sistemi
{
public partial class AnaSayfa1 : System.Web.U... |
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
namespace Pacman
{
class StateButton : Button
{
// A button that has multiple states it can be for example: controller, keyboard, mouse button
protected int states, currentState;
protected Rectangle[] stateButtons;
... |
using System.Web.Mvc;
using Imp.Core.Domain.Users;
namespace Imp.Web.Framework.Controllers
{
public class BaseController : Controller
{
/// <summary>
/// Access denied view
/// </summary>
/// <returns>Access denied view</returns>
protected ActionResult AccessDen... |
using System;
namespace HTB.Database.StoredProcs
{
public class spGetInfoForLawyerAkt : Record
{
public DateTime AktDate { get; set; }
public int AktID { get; set; }
public string AktAZ { get; set; }
public DateTime RechnungsDate { get; set; }
public string RechnungsNummer { ge... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace GodaddyWrapper.Requests
{
public class CertificateSiteSealRetrieve
{
public string theme { get; set; }
public string locale { get; set; }
}
}
|
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Xml;
using IRAP.Global;
namespace IRAP.Interface.OPC
{
public class TGetDevicesRspBody : TSoftlandBody
{
private List<TGetDevicesRspDetail> details = new List<TGetDevicesRspDetail>();
... |
using System.Web;
using System.Web.Optimization;
namespace ShengUI
{
public class BundleConfig
{
// 有关 Bundling 的详细信息,请访问 http://go.microsoft.com/fwlink/?LinkId=254725
public static void RegisterBundles(BundleCollection bundles)
{
//bundles.Add(new ScriptBundle("~/bundles/j... |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace L2Bot_Dead_Reckoning_Timer
{
public partial class Form1 : Form
{
LoCoMoCo mc;
bool running = false;
... |
using System.Xml.Serialization;
namespace Models.Enemies
{
[XmlType]
public enum EnemyType
{
[XmlEnum] Small,
[XmlEnum] Medium,
[XmlEnum] Large
}
public interface IEnemy
{
EnemyType Type { get; }
int Health { get; }
int Damage { get; }
f... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Classes
{
class ThirdClass
{
private int first;
private int second;
public ThirdClass()
{
first = 1;
second = 2;
Con... |
using System;
using Vlc.DotNet.Core.Interops.Signatures;
namespace Vlc.DotNet.Core.Interops
{
public sealed class VlcMediaPlayerInstance : InteropObjectInstance
{
private readonly VlcManager myManager;
internal VlcMediaPlayerInstance(VlcManager manager, IntPtr pointer) : base(pointer)
... |
using System.Collections.Generic;
using TheMapToScrum.Back.BLL.Interfaces;
using TheMapToScrum.Back.BLL.Mapping;
using TheMapToScrum.Back.DAL.Entities;
using TheMapToScrum.Back.DTO;
using TheMapToScrum.Back.Repositories.Contract;
namespace TheMapToScrum.Back.BLL
{
public class DepartmentLogic : IDepartmentLogic
... |
using System.Collections.Generic;
namespace gView.Framework.Data.Filters
{
public interface IRowIDFilter : IQueryFilter
{
List<int> IDs { get; set; }
string RowIDWhereClause { get; }
string IdFieldName { get; }
}
}
|
namespace CSharp
{
using System;
public class CompileErrorException : Exception
{
public CompileErrorException(string message)
: base(message)
{
}
}
} |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.IO;
namespace Kingdee.CAPP.Common.Logger
{
/// <summary>
/// Not Found Data Xml
/// </summary>
public class DataXmlNotFound: FileNotFoundException
{
public DataXmlNotFound()
: ba... |
public class Building
{
public TileData[,,] myData;
public Building(int size)
{
myData = new TileData[size, size, size];
}
}
|
// Copyright (C) 2008 Jesse Jones
//
// 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, merge, publish,
/... |
using System;
using System.Collections;
using System.IO;
using System.Net;
using System.Reflection;
using System.Text;
using Tamir.SharpSsh;
using Tamir.SharpSsh.jsch;
namespace JDE_Integration_HDL
{
public class SFTPImportExport
{
public string ServerType = string.Empty;
public string ServerI... |
using System;
using System.Collections.Generic;
using System.Text;
namespace Projeto.Domain.Models
{
public class Turma
{
public Guid Id { get; set; }
public string Descricao { get; set; }
public DateTime DataIniciio { get; set; }
public Turma() { }
public Turma(Guid ... |
namespace BudgetApp.Domain.Migrations
{
using System;
using System.Data.Entity;
using System.Data.Entity.Migrations;
using System.Linq;
using BudgetApp.Domain.Concrete;
using BudgetApp.Domain.Entities;
using System.Collections.Generic;
internal sealed class Configuration : DbMigrationsC... |
using gView.Framework.Geometry;
using System;
using System.Collections.Generic;
namespace gView.Framework.Data
{
public class GridIndex<T> where T : class
{
private IEnvelope _bounds;
private int _cellsX, _cellsY;
private double _cX, _cY;
private Dictionary<int, T> _gridCellCon... |
// <copyright file="MyProfileViewModel.cs" company="Caspian Pacific Tech">
// Copyright (c) Caspian Pacific Tech. All rights reserved.
// </copyright>
namespace SmartLibrary.Site.Models
{
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Componen... |
using System;
namespace Phenix.Test.使用指南._12._6._2._8
{
/// <summary>
/// Serial_AllowIgnoreCheckDirty
/// </summary>
[Serializable]
//* 指定本类允许忽略校验数据库数据在下载到提交期间是否被更改过:AllowIgnoreCheckDirty = true
[Phenix.Core.Mapping.ClassAttribute("PH_SERIAL", FriendlyName = "Serial", AllowIgnoreCheckDirty = true)]
pub... |
using EPiServer.Core;
using EPiServer.DataAbstraction;
namespace PageStructureBuilder
{
public abstract class PageTypeStructureBase<TContainer> :
SingleLevelStructureBase<TContainer>
where TContainer : PageData
{
protected override string GetContainerPageName(
PageData childPage)
{... |
using System;
using System.Collections.Generic;
using System.Json;
using System.Linq;
using System.Net;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Shap... |
using System;
using System.Collections.Generic;
using System.Text;
namespace TestHouse.DTOs.DTOs
{
public class TestRunDto
{
/// <summary>
/// Test run id
/// </summary>
public long Id { get; set; }
/// <summary>
/// Test run name
/// </summary>
... |
using System.Collections.Generic;
namespace CalculatorServices.WebAPI.DTOs
{
public class MultRequest
{
public List<int> Factors { get; set; }
}
}
|
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Reflection.Emit;
using RimWorld;
using Verse;
using UnityEngine;
using Harmony;
namespace DontShaveYourHead
{
[HarmonyPatch(typeof(PawnRenderer), "RenderPawnInternal", new Type[] { typeof(Ve... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.