Class ArchiveRestrictionGroup
This class carries information about a group of restrictions
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/10.3.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
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 |