C# Class Cube.XRM.Framework.Core.MetadataActions

Class MetadataActions.
Mostra file Open project: bkanlica/CubeXrmFramework

Private Properties

Property Type Description

Public Methods

Method Description
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.

Method Details

GetOptionSetText() public method

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.
return System.Result

GetOptionSets() public method

Gets the option sets.
public GetOptionSets ( string entityName, string attributeName ) : System.Result
entityName string Name of the entity.
attributeName string Name of the attribute.
return System.Result

MetadataActions() public method

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.
return System