C# Class TransactionalNodeService.TransactionOperations.CreateRootMap

Show file Open project: chris-tomich/Glyma

Protected Properties

Property Type Description
_user string

Private Properties

Property Type Description

Public Methods

Method Description
Create ( System.Guid domainId, string name, NodeType nodeType, string originalId ) : System.Guid
CreateRootMap ( IMapObjects mapObjects ) : System

Method Details

Create() public method

public Create ( System.Guid domainId, string name, NodeType nodeType, string originalId ) : System.Guid
domainId System.Guid
name string
nodeType TransactionalNodeService.Model.NodeType
originalId string
return System.Guid

CreateRootMap() public method

public CreateRootMap ( IMapObjects mapObjects ) : System
mapObjects IMapObjects
return System

Property Details

_user protected property

protected string _user
return string