Class FieldProperty
Class holding properties like field length, field type about a field in the carrier.
Implements
Inherited Members
Namespace: SuperOffice.CRM.Security
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/10.3.0.0")]
public sealed class FieldProperty : ICloneable
Constructors
FieldProperty()
Initializes a blank instance of the FieldProperty class.
Declaration
public FieldProperty()
FieldProperty(FieldRight, Type, int, string)
Initializes a new instance of the FieldProperty class.
Declaration
public FieldProperty(FieldRight fieldRight, Type fieldType, int fieldLength, string customFieldType = null)
Parameters
Type | Name | Description |
---|---|---|
FieldRight | fieldRight | The field right. |
Type | fieldType | Type of the field. |
int | fieldLength | Length of the field. |
string | customFieldType | Custom Type of the field. Overrides the fieldType on serialization |
Properties
FieldLength
Class holding properties like field length, field type about a field in the carrier.
Declaration
[DataMember]
public int FieldLength { get; set; }
Property Value
Type | Description |
---|---|
int |
FieldRight
Gets the field right.
Declaration
public FieldRight FieldRight { get; }
Property Value
Type | Description |
---|---|
FieldRight | The field right. |
FieldType
Class holding properties like field length, field type about a field in the carrier.
Declaration
public Type FieldType { get; set; }
Property Value
Type | Description |
---|---|
Type |
Methods
Clone()
Class holding properties like field length, field type about a field in the carrier.
Declaration
public object Clone()
Returns
Type | Description |
---|---|
object |
ToString()
Class holding properties like field length, field type about a field in the carrier.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string |