Show / Hide Table of Contents

Class ProjectListItem

PersonListItem contains the attributes for the person list item used in PersonList.

Inheritance
Object
ListItemBase<ProjectList.ProjectListQuery>
ProjectListItem
Inherited Members
ListItemBase<ProjectList.ProjectListQuery>.AddFieldProperty(String, FieldProperty)
ListItemBase<ProjectList.ProjectListQuery>.HandleFieldRights(String, SentryCollection, FieldInfo, Type, EFieldRight, Boolean)
ListItemBase<ProjectList.ProjectListQuery>.AssignFromReader(SoDataReader, FieldInfo, Int32, String)
ListItemBase<ProjectList.ProjectListQuery>.AssignFromReader(SoDataReader, FieldInfo, String, String)
ListItemBase<ProjectList.ProjectListQuery>.AssignFromReader<T>(SoDataReader, FieldInfo, T, String)
ListItemBase<ProjectList.ProjectListQuery>.TableRight
ListItemBase<ProjectList.ProjectListQuery>.FieldProperties
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Archives
Assembly: SoDataBase.dll
Syntax
public sealed class ProjectListItem : ListItemBase<ProjectList.ProjectListQuery>

Constructors

ProjectListItem(ProjectList.ProjectListQuery, SoDataReader)

Default constructor

Declaration
public ProjectListItem(ProjectList.ProjectListQuery query, SoDataReader reader)
Parameters
Type Name Description
ProjectList.ProjectListQuery query
SoDataReader reader

Properties

AssociateFullName

Declaration
public string AssociateFullName { get; }
Property Value
Type Description
String

AssociateId

Declaration
public int AssociateId { get; }
Property Value
Type Description
Int32

IsPublished

Declaration
public bool IsPublished { get; }
Property Value
Type Description
Boolean

ProjectId

Declaration
public int ProjectId { get; }
Property Value
Type Description
Int32

ProjectName

Declaration
public string ProjectName { get; }
Property Value
Type Description
String

ProjectNumber

Declaration
public string ProjectNumber { get; }
Property Value
Type Description
String

ProjectStatus

Declaration
public string ProjectStatus { get; }
Property Value
Type Description
String

ProjectStatusId

Declaration
public int ProjectStatusId { get; }
Property Value
Type Description
Int32

ProjectType

Declaration
public string ProjectType { get; }
Property Value
Type Description
String

ProjectTypeId

Declaration
public int ProjectTypeId { get; }
Property Value
Type Description
Int32

PublishFrom

Declaration
public DateTime PublishFrom { get; }
Property Value
Type Description
DateTime

PublishTo

Declaration
public DateTime PublishTo { get; }
Property Value
Type Description
DateTime

Text

Declaration
public string Text { get; }
Property Value
Type Description
String

TextId

Declaration
public int TextId { get; }
Property Value
Type Description
Int32

Updated

Declaration
public DateTime Updated { get; }
Property Value
Type Description
DateTime

Url

Declaration
public string Url { get; }
Property Value
Type Description
String

UrlName

Declaration
public string UrlName { get; }
Property Value
Type Description
String

Methods

GetProjectListItem(Int32)

Declaration
public static ProjectListItem GetProjectListItem(int projectId)
Parameters
Type Name Description
Int32 projectId
Returns
Type Description
ProjectListItem

Initialize()

Initializes all class-members.

Declaration
protected override void Initialize()
Overrides
SuperOffice.CRM.Lists.ListItemBase<SuperOffice.CRM.Archives.ProjectList.ProjectListQuery>.Initialize()

Load(ProjectList.ProjectListQuery, SoDataReader)

Responsible for reading the current row in the data reader and insert the value in the right part ob the object.

Declaration
protected override void Load(ProjectList.ProjectListQuery query, SoDataReader reader)
Parameters
Type Name Description
ProjectList.ProjectListQuery query
SoDataReader reader

The reader contains the items data.

Overrides
SuperOffice.CRM.Lists.ListItemBase<SuperOffice.CRM.Archives.ProjectList.ProjectListQuery>.Load(SuperOffice.CRM.Archives.ProjectList.ProjectListQuery, SuperOffice.Data.SoDataReader)

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top