Show / Hide Table of Contents

Class FieldProperty

Class holding properties like field length, field type about a field in the carrier.

Inheritance
object
FieldProperty
Implements
ICloneable
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
Namespace: SuperOffice.CRM.Security
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.7.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
Overrides
object.ToString()

Implements

ICloneable

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