TransactionalNodeService.DelayedNodeService.NodeCreate C# (CSharp) Méthode

NodeCreate() public méthode

public NodeCreate ( System.Guid token, MapParameter delayedDomain, System.Guid CompendiumQuestionNodeTypeId ) : MapParameter
token System.Guid
delayedDomain MapParameter
CompendiumQuestionNodeTypeId System.Guid
Résultat MapParameter
        public MapParameter NodeCreate(Guid token, MapParameter delayedDomain, Guid CompendiumQuestionNodeTypeId)
        {
            throw new NotImplementedException();
        }