Click or drag to resize

RecordTypeField Class

Record Types Schema: Record Field definition.
Inheritance Hierarchy
SystemObject
  KeeperSecurity.VaultRecordTypeField
    KeeperSecurity.VaultRecordTypePasswordField

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public class RecordTypeField : IRecordTypeField

The RecordTypeField type exposes the following members.

Constructors
 NameDescription
Public methodRecordTypeField(String) Initializes a new instance of the RecordTypeField class
Public methodRecordTypeField(RecordField, String) Initializes a new instance of the RecordTypeField class
Public methodRecordTypeField(String, String) Initializes a new instance of the RecordTypeField class
Top
Properties
 NameDescription
Public propertyFieldLabel Gets field label
Public propertyFieldName Gets field name
Public propertyRecordField Gets Record Field
Top
Extension Methods
 NameDescription
Public Extension MethodGetTypedFieldName Encodes record field name
(Defined by RecordTypesUtils)
Top
See Also