AspnetPathsDTO Partial Class
A partial data object class for the “Paths” table in the ASP.NET 2.0 provider database. The relevant data transfer objects contain only the serializable data of a data object.
- //*****************************************************************************
- // This file is part of the data access layer example to the ASP.NET 2.0 provider database
- // This file was written by Adam Buenz [WSS MVP] of ARB Security Solutions, LLC
- // http://www.sharepointsecurity.com
- //
- // This file and its parts is free for re-distribution, for use in both free
- // and commercial applications, however this header must remain intact for legal
- // use. The data access layer example is distributed in the hope that it will
- // be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
- // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- //*****************************************************************************
- using System;
- namespace Aspnet.Provider.Datalayer.DataTransferObjects
- {
- /// <summary>
- /// The AspnetPaths Data Transfer Object.
- /// </summary>
- [Serializable]
- public partial class AspnetPathsDTO
- {
- private Guid applicationid;
- private Guid pathid;
- private string path;
- private string loweredpath;
- /// <summary>
- /// The Applicationid.
- /// </summary>
- public virtual Guid Applicationid
- {
- get { return this.applicationid; }
- set { this.applicationid = value; }
- }
- /// <summary>
- /// The Pathid.
- /// </summary>
- public virtual Guid Pathid
- {
- get { return this.pathid; }
- set { this.pathid = value; }
- }
- /// <summary>
- /// The Path.
- /// </summary>
- public virtual string Path
- {
- get { return this.path; }
- set { this.path = value; }
- }
- /// <summary>
- /// The Loweredpath.
- /// </summary>
- public virtual string Loweredpath
- {
- get { return this.loweredpath; }
- set { this.loweredpath = value; }
- }
- /// <summary>
- /// The default constructor.
- /// </summary>
- public AspnetPathsDTO()
- {
- }
- }
- }
Articles & Research
SharePoint Security
SharePoint Development
SharePoint Architecture
Claims Authentication
Forefront For SharePoint
AIS / Dynamics GP
Team Foundation Server
Pex And Moles
ISA/TMG/IAG/UAG
DPM
Cardspace
Research Methodology
Rural ICT Development
Numerical Analysis
Multi-Level Research
Knowledge Management
Personal/Off-Topic