Table of Contents

Class RecordFieldDescriptor

Namespace
Skyline.DataMiner.Net.Sections
Assembly
SLNetTypes.dll

Represents a record field descriptor. This FieldDescriptor has a reference to a RecordDefinition.

[Serializable]
public sealed class RecordFieldDescriptor : FieldDescriptor
Inheritance
RecordFieldDescriptor
Inherited Members
Extension Methods

Remarks

The value of a RecordFieldDescriptor is always a GUID that is a reference to a Record complying with the RecordDefinition.

Constructors

RecordFieldDescriptor()

Initializes a new instance of the RecordFieldDescriptor class.

Fields

SupportedRecordKeyTypes

The supported record key types.

Properties

RecordDefinitionID

Gets or sets the record definition ID.

Methods

ContainsValidSupportedType(out SectionDefinitionError)

Determines whether the field type is supported.

Equals(RecordFieldDescriptor)

Indicates whether the current object is equal to another object of the same type.

Equals(object)

Determines whether the specified object is equal to the current object.

GetHashCode()

Calculates the hash code for this object.

IschangedInASafeWay(FieldDescriptor)

Determines whether the field descriptor is changed in a safe way.