Show / Hide Table of Contents

Class FormFieldRestriction

Carrier for FormFieldRestriction

Carrier object for FormFieldRestriction. Services for the FormFieldRestriction Carrier is available from the Marketing Agent.
Inheritance
object
FormFieldRestriction
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.12.0.0")]
public class FormFieldRestriction : Carrier

Constructors

FormFieldRestriction()

Default constructor

Declaration
public FormFieldRestriction()
See Also
IMarketingAgent

Properties

FieldIdentifier

the identifier for the field

Declaration
[DataMember]
public virtual string FieldIdentifier { get; set; }
Property Value
Type Description
string
See Also
IMarketingAgent

FieldRestriction

The restriction set on the field

Declaration
[DataMember]
public virtual FormFieldRestrictionType FieldRestriction { get; set; }
Property Value
Type Description
FormFieldRestrictionType
See Also
IMarketingAgent

FormFieldRestrictionId

Primary key

Declaration
[DataMember]
public virtual int FormFieldRestrictionId { get; set; }
Property Value
Type Description
int
See Also
IMarketingAgent

Methods

ToString()

Returns the carrier contents as a formatted string.

Declaration
public override string ToString()
Returns
Type Description
string

The carrier contents.

See Also
IMarketingAgent

ToString(string)

Returns the carrier contents as a formatted string, useful for debugging. Each line in the output is prefixed with the input value.

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

The line prefix (typically used for indenting)

Returns
Type Description
string

The carrier contents.

See Also
IMarketingAgent

See Also

IMarketingAgent
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top