C# 클래스 Cube.XRM.Framework.Core.MetadataActions

Class MetadataActions.
파일 보기 프로젝트 열기: bkanlica/CubeXrmFramework

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