Show / Hide Table of Contents

Class ArchiveRestrictionGroup

This class carries information about a group of restrictions

Inheritance
object
ArchiveRestrictionGroup
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.1.0.0")]
public class ArchiveRestrictionGroup

Constructors

ArchiveRestrictionGroup()

Construct the object with a blank name and rank 0

Declaration
public ArchiveRestrictionGroup()

ArchiveRestrictionGroup(string)

Construct the object with the given name and rank 0

Declaration
public ArchiveRestrictionGroup(string name)
Parameters
Type Name Description
string name

Name of the group

ArchiveRestrictionGroup(string, short)

Construct the object with the given name and rank

Declaration
public ArchiveRestrictionGroup(string name, short rank)
Parameters
Type Name Description
string name

Name of the group

short rank

Rank of group

Properties

Description

Description of the group

Declaration
[DataMember]
public string Description { get; set; }
Property Value
Type Description
string

Name

Name of the group

Declaration
[DataMember]
public string Name { get; set; }
Property Value
Type Description
string

Rank

Rank of group among groups

Declaration
[DataMember]
public short Rank { get; set; }
Property Value
Type Description
short

Restrictions

This class carries information about a group of restrictions

Declaration
[DataMember]
public ArchiveRestrictionInfo[] Restrictions { get; set; }
Property Value
Type Description
ArchiveRestrictionInfo[]

Methods

ToString()

Convert this instance to a string for debug display

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()

ToString(string)

This class carries information about a group of restrictions

Declaration
public string ToString(string prefix)
Parameters
Type Name Description
string prefix
Returns
Type Description
string

Extension Methods

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