C# 클래스 Cube.XRM.Framework.CubeEntity

파일 보기 프로젝트 열기: bkanlica/CubeXrmFramework 1 사용 예제들

공개 메소드들

메소드 설명
Create ( ) : Result
CubeEntity ( ) : System
Delete ( ) : Result
PrepareEntity ( ) : AttributeCollection

Prepares the entity.

ToString ( ) : string

Returns a System.String that represents this instance.

Update ( ) : Result

메소드 상세

Create() 공개 메소드

public Create ( ) : Result
리턴 Result

CubeEntity() 공개 메소드

public CubeEntity ( ) : System
리턴 System

Delete() 공개 메소드

public Delete ( ) : Result
리턴 Result

PrepareEntity() 공개 메소드

Prepares the entity.
public PrepareEntity ( ) : AttributeCollection
리턴 AttributeCollection

ToString() 공개 메소드

Returns a System.String that represents this instance.
public ToString ( ) : string
리턴 string

Update() 공개 메소드

public Update ( ) : Result
리턴 Result