예제 #1
0
/// <summary>
/// Retrieves the current value's text in the user's language.
/// </summary>
/// <param name="AttributeMetadata">The attribute metadata previously retrieved using the 'GetAttributeMetadata' extension method on the IOrganizationService object.</param>
/// <returns></returns>
        public string IsInherited_Text(EnumAttributeMetadata AttributeMetadata)
        {
            return(AttributeMetadata.GetOptionSetText(this.IsInherited_OptionSetValue.Value));
        }
예제 #2
0
/// <summary>
/// Retrieves the current value's text in the user's language.
/// </summary>
/// <param name="AttributeMetadata">The attribute metadata previously retrieved using the 'GetAttributeMetadata' extension method on the IOrganizationService object.</param>
/// <returns></returns>
        public string statuscode_Text(EnumAttributeMetadata AttributeMetadata)
        {
            return(AttributeMetadata.GetOptionSetText(this.statuscode_OptionSetValue.Value));
        }
예제 #3
0
/// <summary>
/// Retrieves the current value's text in the user's language.
/// </summary>
/// <param name="AttributeMetadata">The attribute metadata previously retrieved using the 'GetAttributeMetadata' extension method on the IOrganizationService object.</param>
/// <returns></returns>
        public string ComponentState_Text(EnumAttributeMetadata AttributeMetadata)
        {
            return(AttributeMetadata.GetOptionSetText(this.ComponentState_OptionSetValue.Value));
        }
 /// <summary>
 /// Retrieves the current value's text in the user's language.
 /// </summary>
 /// <param name="AttributeMetadata">The attribute metadata previously retrieved using the 'GetAttributeMetadata' extension method on the IOrganizationService object.</param>
 /// <returns></returns>
 public string LeaveType_Text(EnumAttributeMetadata attributeMetadata)
 {
     return(attributeMetadata.GetOptionSetText(this.LeaveType_OptionSetValue.Value));
 }
 /// <summary>
 /// Retrieves the current value's text in the user's language.
 /// </summary>
 /// <param name="AttributeMetadata">The attribute metadata previously retrieved using the 'GetAttributeMetadata' extension method on the IOrganizationService object.</param>
 /// <returns></returns>
 public string StatusReason_Text(EnumAttributeMetadata attributeMetadata)
 {
     return(attributeMetadata.GetOptionSetText(this.StatusReason_OptionSetValue.Value));
 }
예제 #6
0
/// <summary>
/// Retrieves the current value's text in the user's language.
/// </summary>
/// <param name="AttributeMetadata">The attribute metadata previously retrieved using the 'GetAttributeMetadata' extension method on the IOrganizationService object.</param>
/// <returns></returns>
        public string LogPhase_Text(EnumAttributeMetadata AttributeMetadata)
        {
            return(AttributeMetadata.GetOptionSetText(this.LogPhase_OptionSetValue.Value));
        }
/// <summary>
/// Retrieves the current value's text in the user's language.
/// </summary>
/// <param name="AttributeMetadata">The attribute metadata previously retrieved using the 'GetAttributeMetadata' extension method on the IOrganizationService object.</param>
/// <returns></returns>
        public string ProcessCode_Text(EnumAttributeMetadata AttributeMetadata)
        {
            return(AttributeMetadata.GetOptionSetText(this.ProcessCode_OptionSetValue.Value));
        }
/// <summary>
/// Retrieves the current value's text in the user's language.
/// </summary>
/// <param name="AttributeMetadata">The attribute metadata previously retrieved using the 'GetAttributeMetadata' extension method on the IOrganizationService object.</param>
/// <returns></returns>
        public string AntigenResult_Text(EnumAttributeMetadata AttributeMetadata)
        {
            return(AttributeMetadata.GetOptionSetText(this.AntigenResult_OptionSetValue.Value));
        }
예제 #9
0
/// <summary>
/// Retrieves the current value's text in the user's language.
/// </summary>
/// <param name="AttributeMetadata">The attribute metadata previously retrieved using the 'GetAttributeMetadata' extension method on the IOrganizationService object.</param>
/// <returns></returns>
        public string ErrorType_Text(EnumAttributeMetadata AttributeMetadata)
        {
            return(AttributeMetadata.GetOptionSetText(this.ErrorType_OptionSetValue.Value));
        }
예제 #10
0
/// <summary>
/// Retrieves the current value's text in the user's language.
/// </summary>
/// <param name="AttributeMetadata">The attribute metadata previously retrieved using the 'GetAttributeMetadata' extension method on the IOrganizationService object.</param>
/// <returns></returns>
        public string RemoveDuplicates_Text(EnumAttributeMetadata AttributeMetadata)
        {
            return(AttributeMetadata.GetOptionSetText(this.RemoveDuplicates_OptionSetValue.Value));
        }