TransactionalNodeService.MapTransaction.MapTransaction C# (CSharp) Méthode

MapTransaction() public méthode

public MapTransaction ( ) : System
Résultat System
        public MapTransaction()
        {
            IsNew = true;
            IsDirty = false;
        }