Class ProjectStatusProvider
List of project guide steps status values.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Lists
Assembly: SoDataBase.dll
Syntax
[MDOProviderPlugin("ProjectStatus")]
[MDOAdditionalInfoSeparator("&")]
[MDOAdditionalInfo("ProjectTypeId", "Return all pricelists, not just the active ones", 123)]
[MDOAdditionalInfo("GetDeleted", "Include deleted items", true)]
[MDOAdditionalInfo("GetDeletedLinks", "Include deleted projects", true)]
public class ProjectStatusProvider : GuideStepProvider, ISoListProvider, ISoList, IPlugin, IEnumerable<ISoListItem>, IEnumerable
Constructors
ProjectStatusProvider()
Declaration
public ProjectStatusProvider()
Fields
ProviderName
Declaration
public const string ProviderName = "ProjectStatus"
Field Value
Type | Description |
---|---|
System.String |
Methods
Construct(String, String, Int32[], Boolean, String, Boolean)
Declaration
public override void Construct(string tableName, string additionalInfo, int[] historyIDs, bool onlyReadHistory, string searchValue, bool forceFlatList)
Parameters
Type | Name | Description |
---|---|---|
System.String | tableName | |
System.String | additionalInfo | |
System.Int32[] | historyIDs | |
Boolean | onlyReadHistory | |
System.String | searchValue | |
Boolean | forceFlatList |
Overrides
GetItemExtraInfo(ListTableRow)
Declaration
protected override string GetItemExtraInfo(ListTableRow row)
Parameters
Type | Name | Description |
---|---|---|
ListTableRow | row |
Returns
Type | Description |
---|---|
System.String |
Overrides
GetRankField()
Declaration
protected override FieldInfo GetRankField()
Returns
Type | Description |
---|---|
FieldInfo |
Overrides
GetSimpleListQuery()
Declaration
protected override ListTableRows.CustomSearch GetSimpleListQuery()
Returns
Type | Description |
---|---|
ListTableRows.CustomSearch |
Overrides
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
Extension Methods
EnumUtil.MapEnums<From, To>(From)
IEnumerableExtensions.ForEach<T>(System.Collections.Generic.IEnumerable<T>, System.Action<T>)
IEnumerableExtensions.ContainsAny<T>(System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IEnumerable<T>)
IEnumerableExtensions.Batch<T>(System.Collections.Generic.IEnumerable<T>, System.Int32)
IEnumerableExtensions.IndexOf<T>(System.Collections.Generic.IEnumerable<T>, T, System.Int32)
IEnumerableExtensions.IndexOf<T>(System.Collections.Generic.IEnumerable<T>, System.Func<T, System.Boolean>, System.Int32)
IEnumerableExtensions.Permute<T>(System.Collections.Generic.IEnumerable<T>, System.Int32)
IEnumerableExtensions.PermissiveToDictionary<T, K, V>(System.Collections.Generic.IEnumerable<T>, System.Func<T, K>, System.Func<T, V>)
IEnumerableExtensions.PermissiveToDictionary<T, K, V>(System.Collections.Generic.IEnumerable<T>, System.Func<T, K>, System.Func<T, V>, System.Collections.Generic.IEqualityComparer<K>)
IEnumerableExtensions.GetDifferentCombinations<T>(System.Collections.Generic.IEnumerable<T>, System.Int32)