Click or drag to resize

RemoteRoleField Class

Inheritance Hierarchy

Namespace:  Colygon.MatchPoint.Hybrid.Workspaces.Configuration
Assembly:  Colygon.MatchPoint.Hybrid (in Colygon.MatchPoint.Hybrid.dll) Version: 2019.2.1.0
Syntax
C#
[SerializableAttribute]
public class RemoteRoleField : PersonField

The RemoteRoleField type exposes the following members.

Constructors
  NameDescription
Public methodRemoteRoleField
Initializes a new instance of the RemoteRoleField class
Top
Properties
  NameDescription
Public propertyDescription
Specifies a description for the field.
(Inherited from FormDataField.)
Public propertyIsHtmlDescription
Specifies whether the description contains HTML markup tags.
(Inherited from FormDataField.)
Public propertyName (Overrides FormDataFieldName.)
Public propertyReadOnlyExpression
Specifies whether the field is rendered in read-only mode. The expression is expected to return a Boolean value. The field will be read-only if the expression evaluates to 'true'.
(Inherited from FormDataField.)
Public propertyRequired
Specifies whether this column is required to contain information.
(Inherited from FormDataField.)
Public propertyTitle
Specifies the title of the field.
(Inherited from FormField.)
Public propertyValidator
Validates the user input of a data field.
(Inherited from ValidatedDataField.)
Public propertyVisibilityCondition
Specifies whether this field is visible. An expression can be used to determine the visibility dynamically. This expression is expected to return a Boolean value.
(Inherited from FormField.)
Public propertyWriteMode
Specifies whether the value of this field should be written on the data record. Use 'UseDefaultIfHidden' to write the field's default value if the field is hidden.
(Inherited from FormDataField.)
Top
Methods
  NameDescription
Public methodAddConnectionDependencies (Inherited from ValidatedDataField.)
Public methodCreateControl(FieldsForm)
Creates a control for thin data field within the specified form.
(Inherited from FormDataField.)
Public methodCreateControl(FieldsForm, Boolean) (Overrides PersonFieldCreateControl(FieldsForm, Boolean).)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetDefaultValue (Inherited from PersonField.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue (Overrides PersonFieldGetValue(IUpdatable).)
Protected methodIsEmpty (Inherited from FormDataField.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodProcessElement (Inherited from PersonField.)
Public methodSetValue (Overrides FormDataFieldSetValue(IUpdatable, Object).)
Public methodToString (Inherited from FormDataField.)
Protected methodValidate (Inherited from ValidatedDataField.)
Top
Fields
  NameDescription
Public fieldDataSource
Specifies the data source of the PersonField.
(Inherited from PersonField.)
Public fieldDefaultValueExpression
Specifies the default values (login names) for this field.
(Inherited from PersonField.)
Public fieldEnableMultiSelection
If enabled, the user is able to select multiple items.
(Inherited from PersonField.)
Public fieldId (Inherited from BaseField.)
Public fieldRole
Public fieldUserPresenceStyle
Choose the style for the Lync integration. Choose 'None' to show no presence indicator.
(Inherited from PersonField.)
Public fieldUserTargetUrlPattern
Specifies a pattern string that returns the target URL of the presence indicator. Use '{DefaultUrl}' to render the default URL pointing to the userdisp.aspx. Use the '{LoginName}'-variable to get the user's login name or use '{UserItem}' to access the user's item from the user information list. If left empty, no URL will be rendered.
(Inherited from PersonField.)
Top
See Also