RemoteRoleField Class |
Namespace: Colygon.MatchPoint.Hybrid.Workspaces.Configuration
[SerializableAttribute] public class RemoteRoleField : PersonField
The RemoteRoleField type exposes the following members.
Name | Description | |
---|---|---|
RemoteRoleField | Initializes a new instance of the RemoteRoleField class |
Name | Description | |
---|---|---|
Description | Specifies a description for the field. (Inherited from FormDataField.) | |
IsHtmlDescription | Specifies whether the description contains HTML markup tags. (Inherited from FormDataField.) | |
Name | (Overrides FormDataFieldName.) | |
ReadOnlyExpression | 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.) | |
Required | Specifies whether this column is required to contain information. (Inherited from FormDataField.) | |
Title | Specifies the title of the field. (Inherited from FormField.) | |
Validator | Validates the user input of a data field. (Inherited from ValidatedDataField.) | |
VisibilityCondition | 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.) | |
WriteMode | 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.) |
Name | Description | |
---|---|---|
AddConnectionDependencies | (Inherited from ValidatedDataField.) | |
CreateControl(FieldsForm) | Creates a control for thin data field within the specified form. (Inherited from FormDataField.) | |
CreateControl(FieldsForm, Boolean) | (Overrides PersonFieldCreateControl(FieldsForm, Boolean).) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetDefaultValue | (Inherited from PersonField.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetValue | (Overrides PersonFieldGetValue(IUpdatable).) | |
IsEmpty | (Inherited from FormDataField.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ProcessElement | (Inherited from PersonField.) | |
SetValue | (Overrides FormDataFieldSetValue(IUpdatable, Object).) | |
ToString | (Inherited from FormDataField.) | |
Validate | (Inherited from ValidatedDataField.) |
Name | Description | |
---|---|---|
DataSource | Specifies the data source of the PersonField. (Inherited from PersonField.) | |
DefaultValueExpression | Specifies the default values (login names) for this field. (Inherited from PersonField.) | |
EnableMultiSelection | If enabled, the user is able to select multiple items. (Inherited from PersonField.) | |
Id | (Inherited from BaseField.) | |
Role | ||
UserPresenceStyle | Choose the style for the Lync integration. Choose 'None' to show no presence indicator. (Inherited from PersonField.) | |
UserTargetUrlPattern | 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.) |