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()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Security
Assembly: SoCore.dll
Syntax
public sealed class FieldProperty : ICloneable

Constructors

FieldProperty()

Initializes a blank instance of the FieldProperty class.

Declaration
public FieldProperty()

FieldProperty(FieldRight, Type, Int32)

Initializes a new instance of the FieldProperty class.

Declaration
public FieldProperty(FieldRight fieldRight, Type fieldType, int fieldLength)
Parameters
Type Name Description
FieldRight fieldRight

The field right.

Type fieldType

Type of the field.

Int32 fieldLength

Length of the field.

Properties

FieldLength

Declaration
public int FieldLength { get; set; }
Property Value
Type Description
Int32

FieldRight

Gets the field right.

Declaration
public FieldRight FieldRight { get; }
Property Value
Type Description
FieldRight

The field right.

FieldType

Declaration
public Type FieldType { get; set; }
Property Value
Type Description
Type

Methods

Clone()

Declaration
public object Clone()
Returns
Type Description
Object

ToString()

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

Implements

System.ICloneable

Extension Methods

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