C# Класс Cube.XRM.Framework.Core.MetadataActions

Class MetadataActions.
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
GetOptionSetText ( string entityName, string attributeName, int optionSetValue ) : System.Result

Gets the option set text.

GetOptionSets ( string entityName, string attributeName ) : System.Result

Gets the option sets.

MetadataActions ( IDetailedLog _logSystem, IOrganizationService _xrmService ) : System

Initializes a new instance of the MetadataActions class.

Описание методов

GetOptionSetText() публичный Метод

Gets the option set text.
public GetOptionSetText ( string entityName, string attributeName, int optionSetValue ) : System.Result
entityName string Name of the entity.
attributeName string Name of the attribute.
optionSetValue int The option set value.
Результат System.Result

GetOptionSets() публичный Метод

Gets the option sets.
public GetOptionSets ( string entityName, string attributeName ) : System.Result
entityName string Name of the entity.
attributeName string Name of the attribute.
Результат System.Result

MetadataActions() публичный Метод

Initializes a new instance of the MetadataActions class.
public MetadataActions ( IDetailedLog _logSystem, IOrganizationService _xrmService ) : System
_logSystem IDetailedLog The _log system.
_xrmService IOrganizationService The _XRM service.
Результат System