C# Class Cube.XRM.Framework.CubeEntity

Afficher le fichier Open project: bkanlica/CubeXrmFramework Class Usage Examples

Méthodes publiques

Méthode Description
Create ( ) : Result
CubeEntity ( ) : System
Delete ( ) : Result
PrepareEntity ( ) : AttributeCollection

Prepares the entity.

ToString ( ) : string

Returns a System.String that represents this instance.

Update ( ) : Result

Method Details

Create() public méthode

public Create ( ) : Result
Résultat Result

CubeEntity() public méthode

public CubeEntity ( ) : System
Résultat System

Delete() public méthode

public Delete ( ) : Result
Résultat Result

PrepareEntity() public méthode

Prepares the entity.
public PrepareEntity ( ) : AttributeCollection
Résultat AttributeCollection

ToString() public méthode

Returns a System.String that represents this instance.
public ToString ( ) : string
Résultat string

Update() public méthode

public Update ( ) : Result
Résultat Result